
Crypt::random::seed implements a simple mechanism to get strong randomness. the main purpose of this module is to provide a simple way to generate a seed for a prng such as math::random::isaac, for use in cryptographic key generation, or as the seed for an upstream module such as bytes::random::secure. flags for requiring non-blocking sources are allowed, as well as a very simple method for plugging in a source.