Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go178 func (r *Rand) Intn(n int) int { func
453 func Intn(n int) int { return globalRand().Intn(n) } func
/aosp_15_r20/external/golang-protobuf/internal/detrand/
H A Drand.go30 func Intn(n int) int { func