Kind: global class
this: {RAND}
Creates an instance of RAND
Delete all internal state of a random number generator
Kind: instance method of RAND
this: {RAND}
Marsaglia & Zaman random number generator
Kind: instance method of RAND
this: {RAND}
Initialize RNG with some real entropy from some external source
Kind: instance method of RAND
this: {RAND}
Param | Description |
---|---|
rawlen | the number of seed bytes provided |
raw | an array of seed bytes |
Get random byte
Kind: instance method of RAND
this: {RAND}
Pack 4 bytes into a 32-bit Word
Kind: static method of RAND
this: {RAND}