mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
port everything over to organizer
This commit is contained in:
@ -7,6 +7,10 @@ namespace MM::Random {
|
||||
|
||||
// Seeded (Pseudo-) Random Number Generator
|
||||
struct SRNG {
|
||||
// make shuffle compat
|
||||
// TODO: add more type info
|
||||
using result_type = uint32_t;
|
||||
|
||||
uint32_t seed = 1337;
|
||||
int32_t pos = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user