mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-10 19:49:51 -04:00
Create functionally equivalent C for handwritten RNG functions
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 random(void);
|
||||
void rngSetSeed(u32 seed);
|
||||
u32 rngRotateSeed(u64 *value);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user