Zshandi / SuperSpherebox65

This is a preliminary repository for my groups GGJ 2024 entry.
0 stars 0 forks source link

38 add custom rng class with instance and static methods #46

Closed Zshandi closed 5 months ago

Zshandi commented 5 months ago

Add custom rng class named Random as described in #38, as well as the static Rand class to replace the global scope functions with ones that use the Random class.

Closes #38