package
1.0.0-rc
Repository: https://github.com/cryft-labs/cryftgo.git
Documentation: pkg.go.dev

# Functions

NewBestUniform returns a new sampler.
NewBestWeightedWithoutReplacement returns a new sampler.
NewDeterministicUniform returns a new sampler.
No description provided by the author
NewDeterministicWeightedWithoutReplacement returns a new sampler.
NewUniform returns a new sampler.
NewWeighted returns a new sampler.
NewWeightedWithoutReplacement returns a new sampler.

# Interfaces

No description provided by the author
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.