Module Sasacore.Seed

val set : ?verb:bool -> int -> unit

set verbose seed

val reset : unit -> unit
val get : ?verb:bool -> string -> int

The string is used to create a file name to save/restore the seed when the --replay option is used

val replay_seed : bool Stdlib.ref