Class RandomSimple

java.lang.Object
java.util.Random
org.ujmp.core.util.RandomSimple
All Implemented Interfaces:
Serializable

public class RandomSimple extends Random
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • x

      private long x
  • Constructor Details

    • RandomSimple

      public RandomSimple()
    • RandomSimple

      public RandomSimple(long seed)
  • Method Details

    • nextLong

      public final long nextLong()
      Overrides:
      nextLong in class Random
    • next

      protected final int next(int bits)
      Overrides:
      next in class Random
    • setSeed

      public void setSeed(long seed)
      Overrides:
      setSeed in class Random