Class FixedRandom

java.lang.Object
java.util.Random
net.sodacan.core.util.FixedRandom
All Implemented Interfaces:
Serializable, RandomGenerator

public class FixedRandom extends Random
Random that is fixed, for testing
See Also:
  • Constructor Details

    • FixedRandom

      public FixedRandom(int value)
  • Method Details