Tizen Native API
4.0
|
Provides methods to generate and use random values. More...
Functions | |
float | Range (float f0, float f1) |
Returns a random number between f0 and f1. | |
Vector4 | Axis () |
Function to return a normalized axis in a random direction. |
Provides methods to generate and use random values.
Function to return a normalized axis in a random direction.
float Dali::Random::Range | ( | float | f0, |
float | f1 | ||
) |
Returns a random number between f0 and f1.
Note, uses a limited number of values.
[in] | f0 | The lower bound |
[in] | f1 | The upper bound |