Overload List

  NameDescription
NextFloatComplex()()()
Method for generating a single precision complex number random deviate.
(Inherited from RandomNumberGenerator.)
NextFloatComplex(Boolean)
Returns a complex number with single-precision real and imaginary parts set to random numbers between 0.0 and 1.0. The bounds are either strictly less than one, or less than or equal to one, depending on the value of the given boolean parameter.

See Also