Documentation
¶
Index ¶
- Constants
- func Byte(min, max byte) byte
- func ByteAsciiAlphabetLower() byte
- func ByteAsciiAlphabetUpper() byte
- func ByteAsciiNumeric() byte
- func ByteAsciiVisible() byte
- func Int(min, max int) int
- func Int32(min, max int32) int32
- func Int64(min, max int64) int64
- func Integer[T generic.Integer](funRand func(n T) T, min T, max T) T
- func NewRandDefault() *rand.Rand
- func NewRandPCG(seed1, seed2 uint64) *rand.Rand
- func UInt(min, max uint) uint
- func UInt32(min, max uint32) uint32
- func UInt64(min, max uint64) uint64
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func ByteAsciiAlphabetLower ¶
func ByteAsciiAlphabetLower() byte
func ByteAsciiAlphabetUpper ¶
func ByteAsciiAlphabetUpper() byte
func ByteAsciiNumeric ¶
func ByteAsciiNumeric() byte
func ByteAsciiVisible ¶
func ByteAsciiVisible() byte
func NewRandDefault ¶
func NewRandPCG ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.