geometric
geometric(
options):NumberSampler
Defined in: src/distribution/discrete/waiting.ts:32
Geometric: the trial the first success lands on, counting from 1.
Parameters
Section titled “Parameters”options
Section titled “options”Returns
Section titled “Returns”Example
Section titled “Example”geometric({ p: 0.1 }).sample(); // 7