modulepackage
0.0.0-20181203155948-6fb6489aac4e
Repository: https://github.com/nebulouslabs/fastrand.git
Documentation: pkg.go.dev
# Functions
BigIntn returns a uniform random *big.Int in [0,n).
Bytes is a helper function that returns n bytes of random data.
Intn returns a uniform random int in [0,n).
Perm returns a random permutation of the integers [0,n).
Read is a helper function that calls Reader.Read on b.
Uint64n returns a uniform random uint64 in [0,n).
# Variables
Reader is a global, shared instance of a cryptographically strong pseudo- random generator.