Closed ItsDoot closed 9 years ago
Not sure why the other @Dimensions/programmers added it..
(Hit wrong button.)
It's gives us one singleton instance of the Random class, which Plugins can also use.
@phase it still makes no sense to include it, when you can just create your own instance.
This isn't how you should be utilizing Singletons. Singletons are mean't for accessing the same set of data from anywhere in the project, and you don't need that with a class that doesn't store data.
There's no need to have that.