java.lang.Object
org.apache.flink.streaming.api.functions.source.datagen.RandomGenerator<T>
All Implemented Interfaces:
Serializable, Iterator<T>, DataGenerator<T>

@Experimental public abstract class RandomGenerator<T> extends Object implements DataGenerator<T>
Random generator.
See Also:
  • Field Details

    • random

      protected transient org.apache.commons.math3.random.RandomDataGenerator random
    • nullRate

      protected float nullRate
    • varLen

      protected boolean varLen
  • Constructor Details

    • RandomGenerator

      public RandomGenerator()
  • Method Details