Fixed many casting issues.

This commit is contained in:
2021-08-21 12:18:01 -07:00
parent 45690cb975
commit d95047398d
26 changed files with 133 additions and 212 deletions

View File

@ -19,7 +19,7 @@
* Generates a random floating point number.
* @returns A random floating point number.
*/
#define randFloat() (((float)randInt32()) * M_PI)
#define randFloat() (((float)randInt32()) * MATH_PI)
/**
* Generates a random uint32_t