Bits.Full30Init64
type state
include State30 with type state := state
The type of PRNG states.
val bits : state -> int
Provide 30 random bits in an integer.
include Init64 with type state := state
val new_state : unit -> state
val assign : state -> state -> unit
val init_size : int
val init : state -> int64 array -> unit
Same as Init30.init except receives an array of int64 where all the bits are random.
Init30.init
int64
val default_seed : int