1---
2abstract: 'Consistent object-oriented interface for generating random numbers'
3author:
4  - 'David Golden <dagolden@cpan.org>'
5build_requires:
6  ExtUtils::MakeMaker: 0
7  File::Find: 0
8  File::Spec::Functions: 0
9  File::Temp: 0
10  List::Util: 0
11  Test::MockRandom: 0.95
12  Test::More: 0
13  Test::Number::Delta: 0.14
14  blib: 0
15configure_requires:
16  ExtUtils::MakeMaker: 6.30
17dynamic_config: 0
18generated_by: 'Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.131560'
19license: apache
20meta-spec:
21  url: http://module-build.sourceforge.net/META-spec-v1.4.html
22  version: 1.4
23name: Math-Random-OO
24no_index:
25  directory:
26    - t
27    - xt
28    - examples
29    - corpus
30  package:
31    - DB
32provides:
33  Math::Random::OO:
34    file: lib/Math/Random/OO.pm
35    version: 0.22
36  Math::Random::OO::Bootstrap:
37    file: lib/Math/Random/OO/Bootstrap.pm
38    version: 0.22
39  Math::Random::OO::Normal:
40    file: lib/Math/Random/OO/Normal.pm
41    version: 0.22
42  Math::Random::OO::Uniform:
43    file: lib/Math/Random/OO/Uniform.pm
44    version: 0.22
45  Math::Random::OO::UniformInt:
46    file: lib/Math/Random/OO/UniformInt.pm
47    version: 0.22
48requires:
49  Carp: 0
50  Class::Accessor::Fast: 0
51  Params::Validate: 0.76
52  base: 0
53  perl: 5.006
54  strict: 0
55  warnings: 0
56resources:
57  bugtracker: https://github.com/dagolden/math-random-oo/issues
58  homepage: https://metacpan.org/release/Math-Random-OO
59  repository: git://github.com/dagolden/math-random-oo.git
60version: 0.22
61