Uses of Class
java.util.random.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
Modifier 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.Modifier and TypeMethodDescriptionstatic Stream
<RandomGeneratorFactory<RandomGenerator>> RandomGeneratorFactory.all()
Returns a non-empty stream of availableRandomGeneratorFactory(s)
.