|
Class type Cryptokit.Random.rngclass type rng =
Generic interface for a random number generator.
method random_bytes : random_bytes buf pos len stores len random bytes
in string buf , starting at position pos .method wipe :
Erases the internal state of the generator.
Do not call
random_bytes after calling wipe . |