TreasureTrails/node_modules/fast-check/lib/esm/check/property/IRawProperty.js

5 lines
138 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
const safeMathLog = Math.log;
export function runIdToFrequency(runId) {
return 2 + ~~(safeMathLog(runId + 1) * 0.4342944819032518);
}