|
Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness
|
|
Use ThreadedLocalRandom for RNG utils, random is seeded, thus creating new instances of Random breaks randomness
|
|
Correct locale usage for enum access, now enforces using the english locale to prevent issues with oddball locales for configs/commands
|
|
Correct locale usage for enum access, now enforces using the english locale to prevent issues with oddball locales for configs/commands
|