Constructs an instance of the math service.
Returns a pseudorandom number between 0 and 1.
This method uses a Box-Muller transform to produce two independent normal variates that will be used to get the skew-normal variate.
This method can be used to generate random numbers
for which the deviation from the mean value is given.
The skew-normal distribution implementation which
uses the {@link random} method to get the pair of
random variates then calculates a coefficient and
produces a skew-normal variate using the deviation
and skewness as described in the linked article.
The location or "mean" value.
The standard deviation.
The skewness, if 0 uses only deviation.
Generated using TypeDoc
The main service for handling certain mathematical operations such as generating a random number, etc.
v0.4.0