Skip to content

geometric

geometric(options): NumberSampler

Defined in: src/distribution/discrete/waiting.ts:32

Geometric: the trial the first success lands on, counting from 1.

GeometricOptions

NumberSampler

geometric({ p: 0.1 }).sample(); // 7