package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewAcknowledgedCounter constructs a new AcknowledgedCounter with the given parameters.
NewSkewedLatestGenerator constructs a new SkewedLatestGenerator with the given parameters.
NewUniformGenerator constructs a new UniformGenerator with the given parameters.
NewZipfGenerator constructs a new ZipfGenerator with the given parameters.

# Variables

# Structs

AcknowledgedCounter keeps track of the largest value v such that all values in [initialCount, v) are acknowledged.
SkewedLatestGenerator is a random number generator that generates numbers in the range [iMin, iMax], but skews it towards iMax using a zipfian distribution.
UniformGenerator is a random number generator that generates draws from a uniform distribution.
ZipfGenerator is a random number generator that generates draws from a Zipf distribution.
ZipfGeneratorMu holds variables which must be globally synced.