Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go32 Int63() int64 methodSpec
96 func (r *Rand) Int63() int64 { return r.src.Int63() } func
359 func (*runtimeSource) Int63() int64 { func
423 func Int63() int64 { return globalRand().Int63() } func
504 func (r *lockedSource) Int63() (n int64) { func
Drng.go233 func (rng *rngSource) Int63() int64 { func