You are here: Symbol Reference > RndGenerators Namespace > Classes > TRngStream Class > public > TRngStream.RandomBeta Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TRngStream.RandomBeta Method

Generates an array of samples distributed by Beta distribution.

Pascal
procedure RandomBeta(const Dst: TMtxVec; const p: double; const q: double; const a: double; const beta: double);

Returns random numbers distributed according to the Beta probability density function (PDF). 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 (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!