Uses of Class
java.util.random.RandomGeneratorFactory
Packages that use RandomGeneratorFactory
Package
Description
This package contains classes and interfaces that support a generic API
for random number generation.
-
Uses of RandomGeneratorFactory in java.util.random
Methods in java.util.random that return RandomGeneratorFactoryModifier and TypeMethodDescriptionRandomGeneratorFactory.getDefault()
Returns aRandomGeneratorFactory
meeting the minimal requirement of having an algorithm whose state bits are greater than or equal 64.static <T extends RandomGenerator>
RandomGeneratorFactory<T>Returns aRandomGeneratorFactory
that can produce instances ofRandomGenerator
that utilize thename
algorithm.Methods in java.util.random that return types with arguments of type RandomGeneratorFactoryModifier and TypeMethodDescriptionstatic Stream<RandomGeneratorFactory<RandomGenerator>>
RandomGeneratorFactory.all()
Returns a non-empty stream of availableRandomGeneratorFactory(s)
.