chance
chance(
p):boolean
Defined in: src/secure.ts:133
true with probability p.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”boolean
Example
Section titled “Example”chance(0.25); // falsechance(
p):boolean
Defined in: src/secure.ts:133
true with probability p.
number
boolean
chance(0.25); // false