Package samer.maths.random
Class RectifiedGaussian
- java.lang.Object
-
- samer.maths.random.BaseRandom
-
- samer.maths.random.RectifiedGaussian
-
- All Implemented Interfaces:
- Generator
public class RectifiedGaussian extends BaseRandom
-
-
Field Summary
-
Fields inherited from class samer.maths.random.BaseRandom
rnd
-
-
Constructor Summary
Constructors Constructor and Description RectifiedGaussian()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
next()
void
next(double[] x)
-
Methods inherited from class samer.maths.random.BaseRandom
dispose
-
-
-
-
Method Detail
-
next
public double next()
-
next
public void next(double[] x)
- Specified by:
next
in interfaceGenerator
- Overrides:
next
in classBaseRandom
-
-