Function
Intializes an instance of a secure random generator.
function that returns an instance of PRNG (pseudorandom number generator) with two methods: init(array) and next(). It should have a property "size" to indicate the required pool size.
if false or absent, onclick and onkeypress event will be used to add "randomness", otherwise events will not be used.
Function
Disconnects events, if any, preparing the object for GC.
Function
array to be filled in with random numbers, only existing elements will be filled.
Fills in an array of bytes with random numbers
Function
Mix in the current time (w/milliseconds) into the pool
Function
Mix in a 32-bit integer into the pool
Function
function that returns an instance of PRNG (pseudorandom number generator) with two methods: init(array) and next(). It should have a property "size" to indicate the required pool size.
Object
Object
Object