Fast Random Number Generators in C

Today I found out about Romu (Rotate and Multiply) random number generators. Typically I’ve been using srand() in my asteroids game, so this is well worth a look.  Their code page lists functions, so they should be easy to plugin.

(Visited 545 times, 1 visits today)