//
pkg.gl
Category
github.com/iotexproject/iotex-core/v2
pkg
fastrand
package
2.1.3-rc0
Repository:
https://github.com/iotexproject/iotex-core.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
1
Dependents
3
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).