|  | RandGenMTwistNextFloatComplexPositive Method | 
            Returns a complex number with single-precision real and imaginary parts
            set to random numbers between 0.0 and 1.0.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic FloatComplex NextFloatComplexPositive()
Public Function NextFloatComplexPositive As FloatComplex
public:
FloatComplex NextFloatComplexPositive()
member NextFloatComplexPositive : unit -> FloatComplex 
Return Value
FloatComplexComplex number with real and imaginary parts that are greater than
            0.0 and less than 1.0.
 See Also
See Also