PercentageSampler

class PercentageSampler(samplePercentage: Int, random: () -> Int) : Sampler

Constructors

Link copied to clipboard
constructor(samplePercentage: Int, random: () -> Int)

Functions

Link copied to clipboard
open override fun sample(): Boolean

Tests if a sample is allowed or not