Parameter Full30Init64.1-B
include Bits.State30 with type state := state
val bits : state -> intProvide 30 random bits in an integer.
include Bits.Init64 with type state := state
val new_state : unit -> stateval assign : state -> state -> unitval init_size : intval init : state -> int64 array -> unitSame as
Bits.Init30.initexcept receives an array ofint64where all the bits are random.