package
0.0.0-20240106075236-2e001e6401ef
Repository: https://github.com/agrison/go-commons-lang.git
Documentation: pkg.go.dev

# Functions

NextBytes creates an array of random bytes.
NextFloat32 returns the next float32.
NextFloat32Bounded returns the next float32 bounded by start and end.
NextFloat64 returns the next float64.
NextFloat64Bounded returns the next float64 bounded by start and end.
NextInt returns the next int.
NextIntBounded returns the next int bounded by start and end.
NextIntUpperBounded returns the next int bounded by a maximum.
Seed inits the random seed using the current UTC Unix Nano time.