Overload List
| Name | Description | |
|---|---|---|
| NextDoubleComplex()()() |
Method for generating a double precision complex number random deviate.
(Inherited from RandomNumberGenerator.) | |
| NextDoubleComplex(Boolean) |
Returns a complex number with double-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.
|