Module randomizer.main
Package io.github.astrapi69.random
package io.github.astrapi69.random
This package contains helper classes for random objects like numbers or String and a builder for
SecureRandom object
-
ClassDescriptionThe class
DefaultSecureRandom
holds aSecureRandom
with the default algorithm and providerThe enumRandomCharacters
The classSecureRandomBean
holds the data for build aSecureRandom
from the given algorithm and provider.The classSecureRandomBuilder
builds aSecureRandom
from the given algorithm and provider.A factory for creatingSecureRandom
objects