Versions in this module Expand all Collapse all v3 v3.1.0 Sep 27, 2023 v3.0.1 Jun 12, 2023 Changes in this version + func Int63(rand io.Reader) (int64, error) + func Int63n(rand io.Reader, n int64) (int64, error) v3.0.0 Jun 9, 2023 Changes in this version + type Source struct + func NewSource(seed *[32]byte) *Source + func RandSource(rand io.Reader) (*Source, error) + func (s *Source) Int63() int64 + func (s *Source) Int63n(n int64) int64 + func (s *Source) Uint32() uint32 + func (s *Source) Uint32n(n uint32) uint32 Other modules containing this package decred.org/dcrwallet decred.org/dcrwallet/v2 decred.org/dcrwallet/v4