• Outside of punishment appeals, these forums have been archived.
    We hope to see you on our Discord instead!
    Discord has a minimum age, found here. You may need to wait, or ask a parent to handle tickets for you.
  • 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,265
Reaction score
509
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