DiscreteUniformDistribution Constructor
Instantiates a new discrete uniform distribution with the given endpoints.
Namespace: Meta.Numerics.Statistics.DistributionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public DiscreteUniformDistribution(
int a,
int b
)
Public Sub New (
a As Integer,
b As Integer
)
public:
DiscreteUniformDistribution(
int a,
int b
)
new :
a : int *
b : int -> DiscreteUniformDistribution
Parameters
- a Int32
- One end-point.
- b Int32
- The other end-point.