Home
last modified time | relevance | path

Searched defs:rngSource (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drng.go180 type rngSource struct { struct
181 tap int // index into vec
182 feed int // index into vec
183 vec [rngLen]int64 // current feedback register
204 func (rng *rngSource) Seed(seed int64) {
233 func (rng *rngSource) Int63() int64 {
238 func (rng *rngSource) Uint64() uint64 {