Util.random - shysolocup/noscord.js GitHub Wiki

random stuff
type: Object

util.random.int(1, 5);

util.random.choice([ "a", "b", "c" ]);

util.random.index([ "a", "b", "c" ]);

Methods

🛈 int()
🛈 choice()
🛈 index()


⚠️ **GitHub.com Fallback** ⚠️