Searched defs:rngSource (Results 1 – 1 of 1) sorted by relevance
180 type rngSource struct { struct181 tap int // index into vec182 feed int // index into vec183 vec [rngLen]int64 // current feedback register204 func (rng *rngSource) Seed(seed int64) {233 func (rng *rngSource) Int63() int64 {238 func (rng *rngSource) Uint64() uint64 {