chance
chance(
p):boolean
Defined in: src/global/numbers.ts:102
true with probability p.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”boolean
Example
Section titled “Example”chance(0.25); // true a quarter of the time