package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev
# Functions
NewDeterministicUniform returns a new sampler.
NewDeterministicWeightedWithoutReplacement returns a new sampler.
NewUniform returns a new sampler.
No description provided by the author
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.