Package samer.maths.random
Class Uniform
- java.lang.Object
-
- samer.maths.random.BaseRandom
-
- samer.maths.random.Uniform
-
- All Implemented Interfaces:
- Generator
public class Uniform extends BaseRandom
-
-
Field Summary
-
Fields inherited from class samer.maths.random.BaseRandom
rnd
-
-
Constructor Summary
Constructors Constructor and Description Uniform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description double
next()
void
next(double[] x)
java.lang.String
toString()
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-