Class AtomicLongRandomizer

java.lang.Object
org.jeasy.random.randomizers.number.AtomicLongRandomizer
All Implemented Interfaces:
Randomizer<AtomicLong>

public class AtomicLongRandomizer extends Object implements Randomizer<AtomicLong>
Generate a random AtomicLong.
Author:
Mahmoud Ben Hassine ([email protected])
  • Constructor Details

    • AtomicLongRandomizer

      public AtomicLongRandomizer()
      Create a new AtomicLongRandomizer.
    • AtomicLongRandomizer

      public AtomicLongRandomizer(long seed)
      Create a new AtomicLongRandomizer.
      Parameters:
      seed - initial seed
  • Method Details