NAME
Crypt::Random::Source::Weak::rand - Use rand
to create random bytes.
SYNOPSIS
use Crypt::Random::Source::Weak::rand;
my $p = Crypt::Random::Source::Weak::rand->new;
$p->get(1024);
DESCRIPTION
This is a weak source of random data, that uses Perl's builtin rand
function.