//
pkg.gl
Category
github.com/iotexproject/iotex-core
pkg
fastrand
package
1.14.2
Repository:
https://github.com/iotexproject/iotex-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
2
Files
20 SLOC
#
Functions
Read
Read generates len(p) random bytes and writes them into p.
Uint32
Uint32 returns a random 32-bit go:linkname Uint32 runtime.fastrand.
Uint32n
Uint32n returns a random 32-bit in the range [0..n).