Github
Photos
GCount
Quotes
Home
50% percent randomness
March 17th 2009
Needed a quick random bit in Perl.
my $rand = int(rand() * 2);
Leave A Reply
All content licensed under the
Creative Commons License