Test.Rand
Randomized testing.
val state : unit -> Stdlib.Random.State.t
state () returns a random state. This is self seeded unless the SEED environment variable is set in which case an integer.
state ()
SEED