Versions in this module Expand all Collapse all v1 v1.0.1 May 18, 2017 Changes in this version + func NewPseudoRand() (*rand.Rand, int64) + func NewPseudoSeed() int64 + func RandBytes(r *rand.Rand, size int) []byte + func RandIntInRange(r *rand.Rand, min, max int) int + func SeedForTests()