package
2.12.0+incompatible
Repository: https://github.com/adguardteam/adguarddns.git
Documentation: pkg.go.dev
# Functions
MustNewSeed returns new 32 byte seed for pseudorandom generators.
NewLockedSource returns new properly initialized *LockedSource.
NewReader returns a new properly initialized *Reader seeded with the given seed.
# Structs
LockedSource is an implementation of [rand.Source] that is concurrency-safe.
Reader is a ChaCha8-based cryptographically strong random number reader.