class type rng =object
..end
method random_bytes : bytes -> int -> int -> unit
random_bytes buf pos len
stores len
random bytes
in byte array buf
, starting at position pos
.method wipe : unit
random_bytes
after calling wipe
.