1Crypt::Random::Source::UWseeark:C:ornatnrdi(b3u)ted PerlCrDyopctu:m:eRnatnadtoimo:n:Source::Weak::rand(3)
2
3
4

NAME

6       Crypt::Random::Source::Weak::rand - Use "rand" to create random bytes
7

SYNOPSIS

9           use Crypt::Random::Source::Weak::rand;
10
11           my $p = Crypt::Random::Source::Weak::rand->new;
12
13           $p->get(1024);
14

DESCRIPTION

16       This is a weak source of random data, that uses Perl's builtin "rand"
17       function.
18

METHODS

20   seed @blah
21       Sets the random seed to a checksum of the stringified values of @blah.
22
23       There is no need to call this method unless you want the random
24       sequence to be identical to a previously run, in which case you should
25       seed with the same value.
26
27   get $n
28       Produces $n random bytes.
29

AUTHOR

31         Yuval Kogman <nothingmuch@woobling.org>
32
34       This software is copyright (c) 2011 by Yuval Kogman.
35
36       This is free software; you can redistribute it and/or modify it under
37       the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.12.3                      2011-01-0C5rypt::Random::Source::Weak::rand(3)
Impressum