package
0.36.0
Repository: https://github.com/tinygo-org/tinygo.git
Documentation: pkg.go.dev

# Functions

Int returns a uniform random value in [0, max).
Prime returns a number, p, of the given size, such that p is prime with high probability.
Read is a helper function that calls Reader.Read using io.ReadFull.

# Variables

Reader is a global, shared instance of a cryptographically secure random number generator.