13 lines
218 B
Markdown
13 lines
218 B
Markdown
# MathRandomNonZero
|
||
|
||
Returns a random number with a floating point in the range from 0.0 to 1.0.
|
||
|
||
```
|
||
double MathRandomNonZero()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
Random number with a floating point in the range from 0.0 to 1.0.
|