You are here: Symbol Reference > RndGenerators Namespace > Structs, Records, Enums > RndGenerators.TGaussRandMethod Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
RndGenerators.TGaussRandMethod Enumeration

Gaussian (normal) distribution random generator options.

Pascal
TGaussRandMethod = ( grmBoxMuller = 0, grmBoxMuller2 = 1, grmICDF = 2 );
Members 
Description 
grmBoxMuller 
Box Muller 
grmBoxMuller2 
Box Muller 2 
grmICDF 
ICDF 
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!