You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Structs, Records, Enums > Dew.Math.TGaussRandMethod Enumeration
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TGaussRandMethod Enumeration

Gaussian (normal) distribution random generator options.

Syntax
C#
Visual Basic
public enum TGaussRandMethod : uint { grmBoxMuller = 0, grmBoxMuller2 = 1, grmICDF = 2 }

RndGenerators.cs

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