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

NAME

Acme::XKCD::DebianRandom - Fair dice roll RNG

SYNOPSIS

  use Acme::XKCD::DebianRandom;
  my $foo = getRandomNumber(); # "4"

DESCRIPTION

This is self-explanatory. See http://xkcd.com/221/

EXPORT

getRandomNumber()

Custom dice rolls

You can set $Acme::XKCD::DebianRandom::randomNumber to override our fairly chosen dice roll.

AUTHOR

Softwarefreedomday Graz 2012, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Softwarefreedomday 2012

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.16.0 or, at your option, any later version of Perl 5 you may have available.