package
0.0.0-20210916235445-ea0e61cfc9b4
Repository: https://github.com/lasthyphen/paaro.git
Documentation: pkg.go.dev

# Functions

NewBestUniform returns a new sampler.
NewBestWeightedWithoutReplacement 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

# 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.