Class RandAbstract

java.lang.Object
zombie.core.random.RandAbstract
All Implemented Interfaces:
RandInterface
Direct Known Subclasses:
RandLocation, RandLua, RandSeeded, RandStandard

public abstract class RandAbstract extends Object implements RandInterface
  • Method Details

    • init

      public abstract void init()
      Specified by:
      init in interface RandInterface
    • Next

      public int Next(int int0)
      Specified by:
      Next in interface RandInterface
    • Next

      public long Next(long long0)
      Specified by:
      Next in interface RandInterface
    • Next

      public int Next(int int0, int int1)
      Specified by:
      Next in interface RandInterface
    • Next

      public long Next(long long0, long long1)
      Specified by:
      Next in interface RandInterface
    • Next

      public float Next(float float0, float float1)
      Specified by:
      Next in interface RandInterface