Class StringRandomGeneratorTypeBuilder

java.lang.Object
org.midheaven.math.StringRandomGeneratorTypeBuilder

public class StringRandomGeneratorTypeBuilder extends Object
Builder for String Random Generator Type instances.
  • Constructor Details

    • StringRandomGeneratorTypeBuilder

      public StringRandomGeneratorTypeBuilder(RandomGeneratorProvider parent, int minLength, int maxLength)
      Creates a new StringRandomGeneratorTypeBuilder.
      Parameters:
      parent - the parent value
      minLength - the minLength value
      maxLength - the maxLength value
  • Method Details