Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go171 func (r *Rand) Int32N(n int32) int32 { func
308 func Int32N(n int32) int32 { return globalRand.Int32N(n) } func