package
0.0.0-20220607003519-24ca9bfe3687
Repository: https://github.com/skeptycal/gosimple.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
BigInt returns a uniform random Int in [0, max).
RandText returns a random string or slice of random bytes with a length between min and max.
No description provided by the author
CreateTextSets creates n sets of random strings or byte slices that are 1<<(n*mult) in length.
Int returns a uniform random value in [0, max) of the type specified by the constraint T.
NewBigInt returns a new big.Int pointer with a value equal to the given int64 parameter.
RandByte returns a random byte.
RandomReader returns an alias to a global, shared instance of a concurrency safe, cryptographically secure random number generator directly from the Go standard library crypto/rand package.
RandText returns a random string or slice of random bytes n bytes long.
Read is a helper function that reads exactly len(b) random bytes into b.
No description provided by the author
# Type aliases
No description provided by the author