Searched refs:deterministicRandom (Results 1 – 3 of 3) sorted by relevance
215 type deterministicRandom struct { struct225 return &deterministicRandom{stream}228 func (r *deterministicRandom) Read(b []byte) (n int, err error) { argument
72 Random deterministicRandom = new Random(31337); // arbitrary but deterministic in testRoundTrip_fromBytes() local75 deterministicRandom.nextBytes(bytes); in testRoundTrip_fromBytes()