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 void
dispose()
double
next()
java.lang.String
toString()
-
Methods inherited from class samer.maths.random.BaseRandom
next
-
-
-
-
Constructor Detail
-
SparseMixture
public SparseMixture(Generator g1)
-
-
Method Detail
-
dispose
public void dispose()
- Specified by:
dispose
in interfaceGenerator
- Overrides:
dispose
in classBaseRandom
-
next
public double next()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-