Click or drag to resize

MT19937Sample Method

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
Syntax
C#
protected override double Sample()

Return Value

Type: Double
A double-precision floating point number that is greater than or equal to 0.0, and less than 1.0.
See Also