golang.org/x/exp/rand.PCGSource.high (field)
10 uses
golang.org/x/exp/rand (current package)
rng.go#L27: high uint64
rng.go#L50: pcg.high = seed // TODO: What is right?
rng.go#L58: return bits.RotateLeft64(pcg.high^pcg.low, -int(pcg.high>>58))
rng.go#L64: pcg.high, _ = bits.Add64(pcg.high, incHigh, carry)
rng.go#L69: hi += pcg.high * mulLow
rng.go#L72: pcg.high = hi
rng.go#L78: binary.BigEndian.PutUint64(buf[:8], pcg.high)
rng.go#L89: pcg.high = binary.BigEndian.Uint64(data[:8])
![]() |
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. |