1Crypt::Random::Source::UWseeark(C3o)ntributed Perl DocumCernytpatt:i:oRnandom::Source::Weak(3)
2
3
4
6 Crypt::Random::Source::Weak - Abstract base class for weak random data
7 sources
8
10 use Moose;
11
12 extends qw(Crypt::Random::Source::Weak);
13
15 This is an abstract base class. There isn't much to describe.
16
18 is_strong
19 Returns false
20
22 Yuval Kogman <nothingmuch@woobling.org>
23
25 This software is copyright (c) 2011 by Yuval Kogman.
26
27 This is free software; you can redistribute it and/or modify it under
28 the same terms as the Perl 5 programming language system itself.
29
30
31
32perl v5.12.3 2011-01-05 Crypt::Random::Source::Weak(3)