Returns a random floating-point number between 0.0 and 1.0.
Namespace:
Demo3D.Common.Random
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxprotected override double Sample()
Return Value
Type:
DoubleA double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.
See Also