Class SqlTimestampRandomizer

java.lang.Object
org.jeasy.random.randomizers.time.SqlTimestampRandomizer
All Implemented Interfaces:
Randomizer<Timestamp>

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

    • SqlTimestampRandomizer

      public SqlTimestampRandomizer()
    • SqlTimestampRandomizer

      public SqlTimestampRandomizer(long seed)
      Parameters:
      seed - initial seed
  • Method Details