package
2.0.3
Repository: https://github.com/couchbase/tools-common.git
Documentation: pkg.go.dev

# Functions

Choice returns a random element from the given slice.
Integer returns an integer in [mn..mx].
Selection returns a slice of 'n' random entries from the given slice.
WeightedChoice returns an element from the given slice of options where elements with a higher weight are more likely to be selected.

# Variables

ErrChoiceIsEmpty is returned if the user attempts to choose from an empty slice.

# Structs

WeightedChoiceOption pairs a type with a weight.