Uses of Class
io.github.pr0methean.betterrandom.seed.WebSeedClient
-
Packages that use WebSeedClient Package Description io.github.pr0methean.betterrandom.seed Tools to obtain and apply truly-random seeds forRandom
implementations, especially those that also implementByteArrayReseedableRandom
. -
-
Uses of WebSeedClient in io.github.pr0methean.betterrandom.seed
Subclasses of WebSeedClient in io.github.pr0methean.betterrandom.seed Modifier and Type Class Description class
AnuQuantumSeedClient
API client for the Australian National University's quantum RNG, which extracts randomness from quantum-vacuum fluctuations.class
RandomDotOrgAnonymousClient
Connects to random.org's old API (via HTTPS) and downloads a set of random bits to use as seed data.class
RandomDotOrgApi2Client
Uses the random.org JSON API documented at api.random.org.
-