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