Software and game development/programming topic

Current Events

Questionmarktarius posted...
still searching for a random-access RNG algo.

I just need consistent rand(seed, iteration) without having to actually iterate.
You know, actually, you could try perlin noise. It's normally used for textures but the algorithm can be defined for one dimension.