Package de.extio.spacecraft.shared.rng
Class ZeroRandom
- java.lang.Object
-
- java.util.Random
-
- de.extio.spacecraft.shared.rng.ZeroRandom
-
- All Implemented Interfaces:
Serializable
public final class ZeroRandom extends Random
Random implementation always returning 0- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ZeroRandom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
next(int bits)
-