package
0.0.0-20230623171840-436d2007a9fd
Repository: https://github.com/dropbox/godropbox.git
Documentation: pkg.go.dev
# Functions
Dur returns a pseudo-random Duration in [0, max).
Generates a seed based on the current time and the process ID.
Uniformly jitters the provided duration by +/- 50%.
Uniformly jitters the provided duration by +/- the given fraction.
This returns a thread-safe random source.
Same as 'Sample' except it returns both the 'picked' sample set and the 'remaining' elements.
Samples 'k' elements from the given slice.
Samples 'k' unique ints from the range [0, n).
Randomly shuffles the collection in place.
# Variables
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
See math/rand for documentation.
# Interfaces
A subset of sort.Interface used for random shuffle.