public final class MPSGraphRandomNormalSamplingMethod
extends java.lang.Object
Specify what sampling method to use when generating values in the normal distribution.
[@constant] MPSGraphRandomNormalSamplingInvCDF Use inverse erf to convert uniform values to values in the normal distribution [@constant] MPSGraphRandomNormalSamplingBoxMuller Use Box Muller transform to convert uniform values to values in the normal distribution. For bounded distributions this is a rejection sampling method.
public static final long InvCDF
public static final long BoxMuller