package
1.0.0
Repository: https://github.com/operatorfoundation/obfs4.git
Documentation: pkg.go.dev

# Functions

Bytes fills the slice with random data.
Float64 returns, as a float64, a pesudo random number in [0.0,1.0).
Intn returns, as a int, a pseudo random number in [0, n).
IntRange returns a uniformly distributed int [min, max].

# Variables

Rand is a math/rand instance backed by crypto/rand CSPRNG.
Reader is a alias of rand.Reader.