Class TimestampGenerator


public class TimestampGenerator extends UniformLongValueGenerator
Generates a timestamp randomly between [numDaysAgo, now())
  • Field Details

    • numDaysBefore

      public long numDaysBefore
  • Constructor Details

    • TimestampGenerator

      public TimestampGenerator(long numDaysBefore)
  • Method Details