//
pkg.gl
Category
github.com/ory/common
rand
numeric
package
0.4.0
Repository:
https://github.com/ory/common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
39 SLOC
#
Functions
Int32
Int32 creates a random 32 bit integer using crypto.rand.
Int64
Int64 creates a random 64 bit integer using crypto.rand.
UInt32
UInt32 creates a random 32 bit unsigned integer using crypto.rand.
UInt64
UInt64 creates a random 64 bit unsigned integer using crypto.rand.