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

Class
TRngStream

Declaration
Procedure RandomUniformI(Dst: TMtxVec; a, b: integer);

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 of integers which can be accessed via Dst.IValues property.

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