Description
Perl tests and scripts can generate random values such as words, dates, numbers, or sample records. This is useful for test fixtures, demos, examples, and lightweight synthetic data generation.
It is a data-generation library, not a cryptographic random source. Security-sensitive tokens, passwords, and keys should use cryptographically secure randomness instead.