31-01-2020, Friday-18:20:32
Es gibt zwei Zufallsfunktionen
Die ist die fuer GUI (wie die Beschreibung schon sagt.)
Code:
/* generates a random number on [0,max-1]-interval
* without affecting the game state
* Use this for UI etc.
*/
uint32 sim_async_rand(const uint32 max);