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