perl-Crypt-Random-Seed/README.md

5 lines
299 B
Markdown
Raw Normal View History

2024-01-06 08:46:45 +01:00
# perl-Crypt-Random-Seed
Crypt::Random::Seed provides a simple interface to get the strongest source of randomness on the current platform, typically for use in seeding a CSPRNG such as Math::Random::ISAAC. It can also be restricted to non-blocking sources, and has a very simple plug-in method.