Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go110 func (r *Rand) Int31() int32 { return int32(r.Int63() >> 32) } func
435 func Int31() int32 { return globalRand().Int31() } func