Searched refs:deterministicRand (Results 1 – 3 of 3) sorted by relevance
26 type deterministicRand struct { struct30 func (d *deterministicRand) Read(buf []byte) (int, error) { argument
1511 config.Rand = &deterministicRand{}
30 deterministicRand io.Reader var54 deterministicRand = newDeterministicRand()78 r, err := rand.Int(deterministicRand, max)