Returns a random number between 0 and 1.
| 122 | /// Returns a random number between 0 and 1. |
| 123 | /// </summary> |
| 124 | FORCE_INLINE float Rand() const |
| 125 | { |
| 126 | return GetFraction(); |
| 127 | } |
| 128 | |
| 129 | /// <summary> |
| 130 | /// Returns a random vector of unit size. |
no test coverage detected