Documentation ¶
Overview ¶
Package random implements a language independent method of producing random validator orderings. It is designed to use standard methods that could be implemented in any language or platform.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Permutation ¶
Permutation produces an array with a random permutation of [0, 1, ... n-1] Based on the Fisher-Yates method https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.