You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I feel like it'd be cleaner to have a single random I can reuse everywhere, rather than make one for each mod I have that needs a Random instance.
Describe the solution you'd like
Something akin to
Describe alternatives you've considered
Using a Random instance per mod that uses it.
Additional context
It's a very minor thing, but there might be benefits to having a "global" random anyone can use. People that require a specific seed still need their own instance, though.
Is your feature request related to a problem? Please describe.
I feel like it'd be cleaner to have a single random I can reuse everywhere, rather than make one for each mod I have that needs a Random instance.
Describe the solution you'd like
Something akin to
Describe alternatives you've considered
Using a Random instance per mod that uses it.
Additional context
It's a very minor thing, but there might be benefits to having a "global" random anyone can use. People that require a specific seed still need their own instance, though.