Fills a list with random numbers from the distribution.
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public void SampleInto(
Random random,
IList<double> samples
)
Public Sub SampleInto (
random As Random,
samples As IList(Of Double)
)
public:
void SampleInto(
Random^ random,
IList<double>^ samples
)
member SampleInto :
random : Random *
samples : IList<float> -> unit
Parameters
- random
- Type: SystemRandom
A Random object that specifies the
uniform random number generator that is to be used to generate the samples. - samples
- Type: System.Collections.GenericIListDouble
An IListDouble.
This method fills the vector specified by samples,
with random samples from the distribution.
Numerical Libraries
Supported in: 6.0
Reference