sampler

package
v0.37.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service struct {
	PCT float64
	// contains filtered or unexported fields
}

Service represents a sampler service

func New

func New(acceptPCT float64) *Service

New creates a pct sampler

func (*Service) Accept

func (s *Service) Accept() bool

Accept accept sample meeting accept gaol PCT

func (*Service) AcceptWithThreshold added in v0.33.1

func (s *Service) AcceptWithThreshold(threshold float64) bool

Accept accept with threshold with PCT being ignored (same as PCT=100)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL