 | RandGenMTwistNextDoubleComplexPositive Method |
Returns a complex number with double-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
Syntaxpublic DoubleComplex NextDoubleComplexPositive()
Public Function NextDoubleComplexPositive As DoubleComplex
public:
DoubleComplex NextDoubleComplexPositive()
member NextDoubleComplexPositive : unit -> DoubleComplex
Return Value
DoubleComplexComplex number with real and imaginary parts that are greater than
zero and less than one.
See Also