Skip to content

chance

chance(p): boolean

Defined in: src/global/numbers.ts:102

true with probability p.

number

boolean

chance(0.25); // true a quarter of the time