Fast Random Number Generators in C Posted on February 29, 2020March 1, 2020 by David 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.