Class SqlTimestampRandomizer

java.lang.Object
io.github.krandom.randomizers.time.SqlTimestampRandomizer
All Implemented Interfaces:
Randomizer<Timestamp>

public class SqlTimestampRandomizer extends Object implements Randomizer<Timestamp>
Generate a random Timestamp.
  • Constructor Details

    • SqlTimestampRandomizer

      public SqlTimestampRandomizer()
    • SqlTimestampRandomizer

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