GeometricDistributionGetRandomValue Method
Produces a random integer drawn from the distribution.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public override int GetRandomValue(
Random rng
)
Public Overrides Function GetRandomValue (
rng As Random
) As Integer
public:
virtual int GetRandomValue(
Random^ rng
) override
abstract GetRandomValue :
rng : Random -> int
override GetRandomValue :
rng : Random -> int
- rng Random
- A random number generator.
Int32A random integer drawn from the distribution.