Formula Source
function CommonFun.IsInRate(rate, random) if rate == nil or random == nil then return false end return random < rate end
No formula links
CommonFun
Dataset · 20251127_update
Formula Source
function CommonFun.IsInRate(rate, random) if rate == nil or random == nil then return false end return random < rate end
Version History