Uses of Interface
org.apache.commons.text.TextRandomProvider
Packages that use TextRandomProvider
-
Uses of TextRandomProvider in org.apache.commons.text
Fields in org.apache.commons.text declared as TextRandomProviderModifier and TypeFieldDescriptionprivate TextRandomProviderRandomStringGenerator.Builder.randomThe source of randomness.private final TextRandomProviderRandomStringGenerator.randomThe source of randomness for this generator.Methods in org.apache.commons.text with parameters of type TextRandomProviderModifier and TypeMethodDescriptionRandomStringGenerator.Builder.usingRandom(TextRandomProvider random) Overrides the default source of randomness.Constructors in org.apache.commons.text with parameters of type TextRandomProviderModifierConstructorDescriptionprivateRandomStringGenerator(int minimumCodePoint, int maximumCodePoint, Set<CharacterPredicate> inclusivePredicates, TextRandomProvider random, List<Character> characterList) Constructs the generator.