package
9.7.0
Repository: https://github.com/redis/go-redis.git
Documentation: pkg.go.dev

# Functions

Int returns a non-negative pseudo-random int.
Int63n returns, as an int64, a non-negative pseudo-random number in [0,n).
Intn returns, as an int, a non-negative pseudo-random number in [0,n).
Perm returns, as a slice of n ints, a pseudo-random permutation of the integers [0,n).
Seed uses the provided seed value to initialize the default Source to a deterministic state.
Shuffle pseudo-randomizes the order of elements.