package make-random

  1. Overview
  2. Docs
type state
include Bits.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.

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 Init30.init except receives an array of int64 where all the bits are random.

val default_seed : int