Versions in this module Expand all Collapse all v6 v6.1.0 Oct 14, 2024 v6.0.0 Aug 6, 2024 Changes in this version + func RandComplex128(min, max float64) complex128 + func RandFloat64(min, max float64) float64 + func RandInt(max *big.Int) (n *big.Int) + func RandUint64() uint64 + type KeyedPRNG struct + func NewKeyedPRNG(key []byte) (*KeyedPRNG, error) + func NewPRNG() (*KeyedPRNG, error) + func (prng *KeyedPRNG) Key() (key []byte) + func (prng *KeyedPRNG) Read(sum []byte) (n int, err error) + func (prng *KeyedPRNG) Reset() + type PRNG interface Other modules containing this package github.com/tuneinsight/lattigo/v5