package feat-core

  1. Overview
  2. Docs

Module type RandomSig.SSource

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.