# Functions
NewBestUniform returns a new sampler.
NewBestWeightedWithoutReplacement returns a new sampler.
No description provided by the author
NewWeightedWithoutReplacement returns a new sampler.
NewUniform returns a new sampler.
NewWeighted returns a new sampler.
NewWeightedWithoutReplacement returns a new sampler.
No description provided by the author
# Variables
No description provided by the author
# Interfaces
Uniform samples values without replacement in the provided range.
Weighted defines how to sample a specified valued based on a provided weighted distribution.
WeightedWithoutReplacement defines how to sample weight without replacement.