1Crypt::Random::Source::USsterronCgo(n3t)ributed Perl DocCurmyepntt:a:tRiaonndom::Source::Strong(3)
2
3
4
6 Crypt::Random::Source::Strong - Abstract base class for strong random
7 data sources
8
10 use Moose;
11
12 extends qw(Crypt::Random::Source::Strong);
13
15 This is an abstract base class. There isn't much to describe.
16
18 is_strong
19 Returns true
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::Strong(3)