Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics (Extreme.Numerics)

Members

IconMemberDescription
Fill(Vector)
Fills a Vector with random numbers.
(Inherited from ExtendedRandom.)
Fill(Vector, ContinuousDistribution)
Fills a Vector with random samples from the specified distribution.
(Inherited from ExtendedRandom.)
Fill(Vector, DiscreteDistribution)
Fills a Vector with random samples from the specified distribution.
(Inherited from ExtendedRandom.)
Fill(Double[]())
Fills a Double array with random numbers.
(Inherited from ExtendedRandom.)
Fill(Double[](), ContinuousDistribution)
Fills a Double array with random samples from the specified distribution.
(Inherited from ExtendedRandom.)
Fill(Double[](), Int32, Int32)
Fills a Double array with random numbers.
(Inherited from ExtendedRandom.)
Fill(Double[](), Int32, Int32, ContinuousDistribution)
Fills a Double array with random samples from the specified distribution.
(Inherited from ExtendedRandom.)
Fill(Int32[]())
Fills an Int32 array with random numbers.
(Inherited from ExtendedRandom.)
Fill(Int32[](), DiscreteDistribution)
Fills an Int32 array with random samples from the specified distribution.
(Inherited from ExtendedRandom.)
Fill(Int32[](), Int32, Int32)
Fills an Int32 array with random numbers.
(Inherited from ExtendedRandom.)
Fill(Int32[](), Int32, Int32, DiscreteDistribution)
Fills an Int32 array with random samples from the specified distribution.
(Inherited from ExtendedRandom.)