Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2019 Changes in this version + var ErrInvalidSampleRate = errors.New("sample rate must be >= 1") + type DeterministicSampler struct + func NewDeterministicSampler(sampleRate uint) (*DeterministicSampler, error) + func (ds *DeterministicSampler) Sample(determinant string) bool