math/rand.Rand.Uint64 (method)
4 uses
math/rand (current package)
rand.go#L91: func (r *Rand) Uint64() uint64 {
rand.go#L315: func Uint64() uint64 { return globalRand.Uint64() }
go.opencensus.io/trace
trace.go#L594: binary.LittleEndian.PutUint64(tid[0:8], gen.traceIDRand.Uint64()+gen.traceIDAdd[0])
trace.go#L595: binary.LittleEndian.PutUint64(tid[8:16], gen.traceIDRand.Uint64()+gen.traceIDAdd[1])
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |