eec6c88fd2
random_shuffle takes a list of strings and returns a new list with the same items in a random permutation. Optionally allows the result list to be a different length than the input list. A shorter result than input results in some items being excluded. A longer result than input results in some items being repeated, but never more often than the number of input items. |
||
---|---|---|
.. | ||
provider.go | ||
provider_test.go | ||
resource_id.go | ||
resource_id_test.go | ||
resource_shuffle.go | ||
resource_shuffle_test.go | ||
seed.go |