๐Random
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS โฉ value โฉ primitive โฉ number โฉ Random
๐ custom
replit โฉ Number extension (2)
// 2023.03.01 - 10:11 (โข) first draft
// -----------------------------------------------------------
const { random, floor } = Math;
// โญ Random
// -----------------------------------------------------------
// - Random.int()
// - Random.float()
class Random {