package
1.3.0-alpha.4
Repository: https://github.com/cmceniry/kubernetes.git
Documentation: pkg.go.dev

# Functions

Intn generates an integer in range 0->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.