Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go64 func (r *Rand) Int64N(n int64) int64 { func
303 func Int64N(n int64) int64 { return globalRand.Int64N(n) } func