Uses of Class
io.github.pr0methean.betterrandom.seed.WebSeedClientConfiguration
-
Packages that use WebSeedClientConfiguration Package Description io.github.pr0methean.betterrandom.seed Tools to obtain and apply truly-random seeds forRandom
implementations, especially those that also implementByteArrayReseedableRandom
. -
-
Uses of WebSeedClientConfiguration in io.github.pr0methean.betterrandom.seed
Fields in io.github.pr0methean.betterrandom.seed declared as WebSeedClientConfiguration Modifier and Type Field Description static WebSeedClientConfiguration
WebSeedClientConfiguration. DEFAULT
Default configuration.Methods in io.github.pr0methean.betterrandom.seed that return WebSeedClientConfiguration Modifier and Type Method Description WebSeedClientConfiguration
WebSeedClientConfiguration.Builder. build()
Builds aWebSeedClientConfiguration
with this builder's parameters.Constructors in io.github.pr0methean.betterrandom.seed with parameters of type WebSeedClientConfiguration Constructor Description AnuQuantumSeedClient(WebSeedClientConfiguration configuration)
RandomDotOrgAnonymousClient(WebSeedClientConfiguration configuration)
RandomDotOrgApi2Client(WebSeedClientConfiguration configuration, UUID apiKey)
WebSeedClient(WebSeedClientConfiguration webSeedClientConfiguration)
-