package
1.4.0-alpha.0
Repository: https://github.com/reason2010/kubernetes.git
Documentation: pkg.go.dev
# Functions
IntnRange generates an int64 integer in range [min,max).
Intn generates an integer in range [0,max).
IntnRange generates an integer in range [min,max).
Perm returns, as a slice of n ints, a pseudo-random permutation of the integers [0,n) from the default Source.
Seed seeds the rng with the provided seed.
No description provided by the author
String generates a random alphanumeric string n characters long.
# Interfaces
A type that satisfies the rand.Shufflable interface can be shuffled by Shuffle.