Pseudorandom number generation: Difference between revisions

m
m (Nvm, THIS is the correct one.)
Line 11: Line 11:


Let ''Seed'' be a number between 0 and 0xFFFFFFFF or the ''Result'' of a previous call to the equation.
Let ''Seed'' be a number between 0 and 0xFFFFFFFF or the ''Result'' of a previous call to the equation.
''Result = [(0x41C64E6D * Seed) + 0x6073]''
''Result = [(0x41C64E6D * Seed) + 0x6073]''


509

edits