Class LocalRandomObjectProperty<T>

All Implemented Interfaces:
Property<T>, Functor<T>

public abstract class LocalRandomObjectProperty<T> extends RandomObjectProperty<T>
  • Field Details

    • localRandom

      protected Random localRandom
  • Constructor Details

    • LocalRandomObjectProperty

      public LocalRandomObjectProperty(T min, T max)
  • Method Details

    • getRandom

      protected Random getRandom()
      Description copied from class: RandomProperty
      Returns the random number generator of this property.
      Overrides:
      getRandom in class RandomProperty<T>
      Returns:
      The random number generator of this property.