package
0.4.0
Repository: https://github.com/ory/common.git
Documentation: pkg.go.dev

# Functions

Int32 creates a random 32 bit integer using crypto.rand.
Int64 creates a random 64 bit integer using crypto.rand.
UInt32 creates a random 32 bit unsigned integer using crypto.rand.
UInt64 creates a random 64 bit unsigned integer using crypto.rand.