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