WebCab Probability and Statistics for .NET v3.3 Demo

UniformProbabilityDistribution.GetRandomValues Method 

Generates an array of random numbers from the Uniform Probability function.

public double[] GetRandomValues(
   int numberOfRandomValues
);

Parameters

numberOfRandomValues
The number of ramdom values returned.

Remarks

That is, we return an string of random elements from the finite subset of the real line.

Remark: This method is identical to the methods getRandomValue(), except that here we apply the procedure to an array rather than an individual number.

See Also

UniformProbabilityDistribution Class | WebCab.Libraries.Statistics.PDistributions Namespace