UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

5 lines (4 loc) 138 B
const safeMathLog = Math.log; export function runIdToFrequency(runId) { return 2 + ~~(safeMathLog(runId + 1) * 0.4342944819032518); }