# 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.