NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
c_random.cpp File Reference

Go to the source code of this file.

Variables

u32 cRandom::l_RANDOM_MUL = 0x19660D
 Constant a from the ranqd1 algorithm.
u32 cRandom::l_RANDOM_ADD = 0x3C6EF35F
 Constant c from the ranqd1 algorithm.

Variable Documentation

◆ l_RANDOM_MUL

u32 cRandom::l_RANDOM_MUL = 0x19660D

Constant a from the ranqd1 algorithm.

Definition at line 7 of file c_random.cpp.

◆ l_RANDOM_ADD

u32 cRandom::l_RANDOM_ADD = 0x3C6EF35F

Constant c from the ranqd1 algorithm.

Definition at line 8 of file c_random.cpp.