Versions in this module Expand all Collapse all v0 v0.0.2 Dec 20, 2024 v0.0.1 Oct 31, 2024 Changes in this version + func NewSeed() (seed [32]byte) + type Source struct + func NewSource(seed [32]byte) *Source + func (s *Source) Complex128(min, max complex128) complex128 + func (s *Source) Float64(min, max float64) float64 + func (s *Source) NewSeed() (seed [32]byte) + func (s *Source) NewSource() *Source + func (s *Source) Read(b []byte) (n int, err error)