RobLoach / pntr_app

Application wrapper for pntr.
https://robloach.github.io/pntr_app/
zlib License
5 stars 1 forks source link

Stateful Random Number Generator #82

Closed RobLoach closed 4 months ago

RobLoach commented 10 months ago

https://github.com/kazdyrkeicam/prng_xorshift

Hold the seed, and iteration inside pntr_app so that the random number sequence can be the same across different states.

RobLoach commented 10 months ago

https://github.com/raysan5/raylib/blob/master/src/external/rprand.h

RobLoach commented 10 months ago

https://github.com/RobLoach/prand/