• Hey! Register here to create your account, engage with the community, and talk about what is new!

Is it possible to generate a random number from a seed?

AlignedCookie88

Active member
Overlord
Joined
Mar 17, 2022
Messages
49
Reaction score
7
I need to be able to generate a random number from a seed, but I can't find a way to do it. It is sorta important for all seed-based survival games. Any help would be appreciated. I want to do this once so perlin noise isn't an option.
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,245
Reaction score
349
you can do algorithms on the given seed, so like multiply by 3 add 1 divide by 2 or something like that
 
Solution
Top Bottom