Module type Bits.Full64
include State64 with type state := state
val bits : state -> int64
Similar to
State30.bits
except it returns anint64
number. All the 64 bits must be random.
Bits.Full64
include State64 with type state := state
val bits : state -> int64
Similar to State30.bits
except it returns an int64
number. All the 64 bits must be random.