The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Math-Random-MTwist
==================

PREREQUISITES

Perl >= 5.8
Test::More

mtwist needs a fairly "modern" C compiler (see IMPORANT NOTE in mtwist.h).


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


USAGE

See POD documentation in MTwist.pm


COPYRIGHT

Perl and XS portion: Copyright © 2014 by Carsten Gaebler.
mtwist C library: Copyright © 2001, 2002, 2010, 2012, 2013 by Geoff Kuenning.


LICENSE

Perl and XS portion: WTFPL (http://wtfpl.net/).

mtwist C library: LGPL (https://gnu.org/licenses/lgpl.html).