Dew MtxVec NET
TRngStream.RandomUniform Method
Summary
Generates an array of samples distributed by Uniform distribution.

Class
TRngStream

Declaration
Procedure RandomUniform(Dst: TMtxVec; a, b: TSample);

Description
Returns random numbers distributed according to the Uniform probability density function (PDF) as defined here UniformPDF. The number of samples generated is defined with the Dst.Length parameter. The result is an array which can be accessed via Dst.Values property.

Copyright 2008 Dew Research
http://www.dewresearch.com