//
pkg.gl
Category
github.com/OperatorFoundation/obfs4
common
csrand
package
1.0.0
Repository:
https://github.com/operatorfoundation/obfs4.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
15
Files
52 SLOC
#
Functions
Bytes
Bytes fills the slice with random data.
Float64
Float64 returns, as a float64, a pesudo random number in [0.0,1.0).
Intn
Intn returns, as a int, a pseudo random number in [0, n).
IntRange
IntRange returns a uniformly distributed int [min, max].
#
Variables
Rand
Rand is a math/rand instance backed by crypto/rand CSPRNG.
Reader
Reader is a alias of rand.Reader.