Home
last modified time | relevance | path

Searched refs:encodePerm (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/math/rand/
Drand_test.go463 func encodePerm(s []int) int { func
506 {name: "Perm", fn: func() int { return encodePerm(r.Perm(n)) }},
513 return encodePerm(p)
/prebuilts/go/linux-x86/src/math/rand/v2/
Drand_test.go372 func encodePerm(s []int) int { func
414 {name: "Perm", fn: func() int { return encodePerm(r.Perm(n)) }},
421 return encodePerm(p)