evaera / Cmdr

Extensible command console for Roblox developers
https://eryn.io/Cmdr/
MIT License
372 stars 108 forks source link

Refactor `rand` Command to Use Random Class #331

Closed wilyt1 closed 1 month ago

wilyt1 commented 3 months ago

Fixes #329 by using Random.new() instance instead of math.random(). Also updates function parameter names to match command arguments and reduce ambiguity.

Declarations: