Versions in this module Expand all Collapse all v0 v0.0.1 Mar 27, 2025 Changes in this version + type Crypto struct + func NewCrypto() *Crypto + func (s *Crypto) Uint64() uint64 + type Dumb struct + func NewDumb(seed uint64) *Dumb + func (d *Dumb) Seed(seed uint64) + func (d *Dumb) Uint64() uint64 + type JSF struct + func NewJSF(seed uint64) *JSF + func (jsf *JSF) Seed(seed uint64) + func (jsf *JSF) Uint64() uint64 + type SFC struct + func NewSFC(seed uint64) *SFC + func (s *SFC) Seed(seed uint64) + func (s *SFC) Uint64() uint64