type math/rand/v2.PCG
8 uses
math/rand/v2 (current package)
pcg.go#L18: type PCG struct {
pcg.go#L24: func NewPCG(seed1, seed2 uint64) *PCG {
pcg.go#L25: return &PCG{seed1, seed2}
pcg.go#L29: func (p *PCG) Seed(seed1, seed2 uint64) {
pcg.go#L35: func (p *PCG) MarshalBinary() ([]byte, error) {
pcg.go#L46: func (p *PCG) UnmarshalBinary(data []byte) error {
pcg.go#L55: func (p *PCG) next() (hi, lo uint64) {
pcg.go#L82: func (p *PCG) Uint64() uint64 {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |