Module type Bits.Full64Init30
include State64 with type state := state
val bits : state -> int64Similar to
State30.bitsexcept it returns anint64number. All the 64 bits must be random.
include Init30 with type state := state
val new_state : unit -> stateCreate a new non-initialised state.
val init_size : intRequired size for the array in
init.
val init : state -> int array -> unitInitialise the state based on the values in the array. The array contains
init_sizerandom 30-bits integers.
val default_seed : intSeed that will be given to
initto generate the default state.