Module type RandomSig.S

A subset of the signature of the module Stdlib.Random.

module State : sig ... end
val get_state : unit -> State.t

get_state() returns the current state of the generator.