Package samer.maths.random
Class Binary
- java.lang.Object
-
- samer.maths.random.BaseRandom
-
- samer.maths.random.Binary
-
- All Implemented Interfaces:
- Generator
public class Binary extends BaseRandom
-
-
Field Summary
-
Fields inherited from class samer.maths.random.BaseRandom
rnd
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddispose()doublenext()voidnext(double[] x)java.lang.StringtoString()
-
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
disposein interfaceGenerator- Overrides:
disposein classBaseRandom
-
next
public double next()
-
next
public void next(double[] x)
- Specified by:
nextin interfaceGenerator- Overrides:
nextin classBaseRandom
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-