Math::Random::PCG32 - minimal PCG random number generator To install this module, use CPAN, for example: cpan Math::Random::PCG32 Run perldoc(1) on Math::Random::PCG32 for additional documentation. For the source code, see: https://github.com/thrig/Math::Random::PCG32 This can be built and installed by running: perl Build.PL ./Build ./Build test ./Build install For more information on PCG RNG, visit: http://www.pcg-random.org LICENSE AND COPYRIGHT Perl module Copyright (C) 2018 Jeremy Mates Code under src/ directory mostly (c) 2014 M.E. O'Neill / pcg-random.org Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at L Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.