Package samer.maths.random
Class BaseRandom
- java.lang.Object
-
- samer.maths.random.BaseRandom
-
- All Implemented Interfaces:
- Generator
- Direct Known Subclasses:
- Binary, BinaryVec, BipolarUniform, BoundedHyperbolic, BoundedUniform, Brownian, Cauchy, Exponential, Gaussian, Laplacian, Logistic, Mixture, MixtureVec, NormalisedGaussian, PowerLaw, Raleigh, RectifiedCauchy, RectifiedGaussian, RectifiedLogistic, SparseMixture, Ternary, Uniform
public abstract class BaseRandom extends java.lang.Object implements Generator
-
-
Field Summary
Fields Modifier and Type Field and Description protected java.util.Random
rnd
-
Constructor Summary
Constructors Constructor and Description BaseRandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
next(double[] x)
-