User Tools

Site Tools


en:examples:maths:generating_random_numbers

This is an old revision of the document!


Generating random numbers

Code

//somewhere in the init
orxMath_InitRandom((orxS32)orxSystem_GetRealTime()); //a good seeding value
 
This also will ensure your random values from your Data Config are also properly randomised. See also [[en:examples:spawners:spawning_random_objects|Spawning Random Objects]] as a practical example of using random values.
 
//elsewhere, a random number between 1 and 100
orxFLOAT randomNumber = orxMath_GetRandomFloat(1, 100);
en/examples/maths/generating_random_numbers.1573978721.txt.gz · Last modified: 2019/11/17 00:18 (6 years ago) by sausage