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 forRandomimplementations, 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 WebSeedClientConfigurationWebSeedClientConfiguration. DEFAULTDefault configuration.Methods in io.github.pr0methean.betterrandom.seed that return WebSeedClientConfiguration Modifier and Type Method Description WebSeedClientConfigurationWebSeedClientConfiguration.Builder. build()Builds aWebSeedClientConfigurationwith 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)
-