Parameter Full30Init64.1-B
include Bits.State30 with type state := state
- val bits : state -> int
- Provide 30 random bits in an integer. 
include Bits.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 - Bits.Init30.initexcept receives an array of- int64where all the bits are random.