| RandGenGeometric(Double) Constructor |
Constructs a random number generator using a
RandGenMTest as the
underlying uniform random number generator. The generated deviates will
follow a Geometric distribution with probability of success
.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public RandGenGeometric(
double p
)
Public Sub New (
p As Double
)
public:
RandGenGeometric(
double p
)
new :
p : float -> RandGenGeometric
Parameters
- p Double
- Probability of success.
Exceptions See Also