Class OneTimeAddressGenerator

  • All Implemented Interfaces:
    AddressGenerator

    public class OneTimeAddressGenerator
    extends java.lang.Object
    implements AddressGenerator
    Implementation of AddressGenerator which is configured with an initial value, and after that random values are generated.
    Since:
    3.5
    Author:
    Bela Ban
    • Field Detail

      • initial_val

        protected final long initial_val
      • first

        protected boolean first
    • Constructor Detail

      • OneTimeAddressGenerator

        public OneTimeAddressGenerator​(long initial_val)