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 TextRandomProvider
RandomStringGenerator.Builder.random
The source of randomness.private final TextRandomProvider
RandomStringGenerator.random
The 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 TextRandomProviderModifierConstructorDescriptionprivate
RandomStringGenerator
(int minimumCodePoint, int maximumCodePoint, Set<CharacterPredicate> inclusivePredicates, TextRandomProvider random, List<Character> characterList) Constructs the generator.