Formula Source
function CommonFun.RandomRange(min, max, random) if random == nil then return 0 end local p = random / 100 p = min + p * (max - min) return p end
No formula links
CommonFun
Dataset · 20251127_update
Formula Source
function CommonFun.RandomRange(min, max, random) if random == nil then return 0 end local p = random / 100 p = min + p * (max - min) return p end
Version History