Searched defs:PCG (Results 1 – 1 of 1) sorted by relevance
18 type PCG struct { struct19 hi uint6420 lo uint6429 func (p *PCG) Seed(seed1, seed2 uint64) {35 func (p *PCG) MarshalBinary() ([]byte, error) {46 func (p *PCG) UnmarshalBinary(data []byte) error {55 func (p *PCG) next() (hi, lo uint64) {82 func (p *PCG) Uint64() uint64 {