# Functions

NewPseudoRand returns an instance of math/rand.Rand seeded from crypto/rand and its seed so we can easily and cheaply generate unique streams of numbers.
NewPseudoSeed generates a seed from crypto/rand.
RandBytes returns a byte slice of the given length with random data.
RandIntInRange returns a value in [min, max).
SeedForTests seeds the random number generator and prints the seed value used.