CommonFun

CommonFun.IsInRate

Dataset · 20251127_update

Formula Source

function CommonFun.IsInRate(rate, random)
  if rate == nil or random == nil then
    return false
  end
  return random < rate
end
No formula links

Version History

Loading dependencies...
Loading usage...