Namespace: NReco.Math3.DistributionAssembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
public PascalDistribution(
IRandomGenerator rng,
int r,
double p
)
public PascalDistribution(
IRandomGenerator rng,
int r,
double p
)
Public Sub New (
rng As IRandomGenerator,
r As Integer,
p As Double
)
Public Sub New (
rng As IRandomGenerator,
r As Integer,
p As Double
)
public:
PascalDistribution(
IRandomGenerator^ rng,
int r,
double p
)
public:
PascalDistribution(
IRandomGenerator^ rng,
int r,
double p
)
new :
rng : IRandomGenerator *
r : int *
p : float -> PascalDistribution
new :
rng : IRandomGenerator *
r : int *
p : float -> PascalDistribution