Searched defs:deterministicRand (Results 1 – 2 of 2) sorted by relevance
24 type deterministicRand struct { struct25 numCalls uint6428 func (d *deterministicRand) Read(buf []byte) (int, error) {
30 deterministicRand io.Reader var