Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/
Drand.go354 type runtimeSource struct { struct
356 mu sync.Mutex
359 func (*runtimeSource) Int63() int64 {
363 func (*runtimeSource) Seed(int64) {
367 func (*runtimeSource) Uint64() uint64 {
371 func (fs *runtimeSource) read(p []byte, readVal *int64, readPos *int8) (n int, err error) {
/aosp_15_r20/prebuilts/go/linux-x86/src/math/rand/v2/
Drand.go262 type runtimeSource struct{} struct
264 func (runtimeSource) Uint64() uint64 {