module Netsys_rng:sig..end
    On Unix, the /dev/urandom device is used. If it is not available, the
    functions fail.
    On Win32, an RNG is obtained using CryptAcquireContext.
val set_rng : (string -> unit) -> unitval fill_random : string -> unit