getFrequencyValue()
Returns true with the provided probability from 0 to 1.
Example:
ts
const shouldRun = getFrequencyValue(0.25);Returns true with the provided probability from 0 to 1.
Example:
const shouldRun = getFrequencyValue(0.25);