package
0.0.0-20240428053021-e691de28565f
Repository: https://github.com/sagernet/gvisor.git
Documentation: pkg.go.dev
# Functions
Init can be called to make sure /dev/urandom is pre-opened on kernels that do not support getrandom(2).
Int63 is analogous to the standard library's math/rand.Int63.
Int63n is analogous to the standard library's math/rand.Int63n.
Read reads from the default reader.
RNGFrom returns a new RNG.
Uint32 is analogous to the standard library's math/rand.Uint32.
Uint64 is analogous to the standard library's math/rand.Uint64.
# Variables
Reader is the default reader.