The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

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

SYNOPSIS

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.