This is an old revision of the document!
//somewhere in the init orxMath_InitRandom((orxS32)orxSystem_GetRealTime()); //a good seeding value //elsewhere, a random number between 1 and 100 orxFLOAT randomNumber = orxMath_GetRandomFloat(1, 100);