Versions in this module Expand all Collapse all v0 v0.0.1 Sep 28, 2022 Changes in this version + func FisherYatesShuffle(indexes []int, randomizer intRandomizer) []int + type ConcurrentSafeIntRandomizer struct + func (csir *ConcurrentSafeIntRandomizer) Intn(n int) int + func (csir *ConcurrentSafeIntRandomizer) IsInterfaceNil() bool