Uses of Interface
org.midheaven.math.RandomGenerator
Packages that use RandomGenerator
-
Uses of RandomGenerator in org.midheaven.math
Subinterfaces of RandomGenerator in org.midheaven.mathModifier and TypeInterfaceDescriptioninterfaceGenerator for Discrete Interval Random values.interfaceGenerator for Interval Random values.Classes in org.midheaven.math that implement RandomGeneratorModifier and TypeClassDescriptionfinal classGenerator for Big Decimals Random values.final classGenerator for Big Integers Random values.final classGenerator for Booleans Random values.final classGenerator for Bytes Random values.final classGenerator for Doubles Random values.final classGenerator for Integers Random values.final classGenerator for Local Dates Random values.final classGenerator for Longs Random values.classGenerator for Rational Random values.classGenerator for String Random values.final classGenerator for Uuids Random values.Methods in org.midheaven.math that return RandomGeneratorModifier and TypeMethodDescriptionStringRandomGeneratorTypeBuilder.alphabetic()Performs alphabetic.StringRandomGeneratorTypeBuilder.alphanumeric()Performs alphanumeric.StringRandomGeneratorTypeBuilder.any()Performs any.Performs between.DiscreteIntervalRandomGenerator.betweenIncluding(T lowerBound, T upperBound) Performs betweenIncluding.<T> RandomGenerator<T> RandomGeneratorProvider.generate(Function<AvailableRandomGenerators, T> generator) Performs generate.default <R> RandomGenerator<R> RandomGenerator.generateNext(Function<RandomGenerator<T>, R> generator) Returns a newRandomGeneratorbased on the values of this one.StringRandomGeneratorTypeBuilder.numeric()Performs numeric.StringRandomGeneratorTypeBuilder.symbolic()Performs symbolic.Performs upTo.DiscreteIntervalRandomGenerator.upToIncluding(T upperBound) Performs upToIncluding.Method parameters in org.midheaven.math with type arguments of type RandomGeneratorModifier and TypeMethodDescriptiondefault <R> RandomGenerator<R> RandomGenerator.generateNext(Function<RandomGenerator<T>, R> generator) Returns a newRandomGeneratorbased on the values of this one.