“The art of doing something else, other than the work you're supposed to do, is addictive." -Ben Willis in Cashback
3 11 17 23 31 - 43
I'll consider those for next Tuesday's drawing, even though it's a sympathy comment.
3-9-19-23-35-42I used to play those before I heard some one say"Ah, the lottery. Gambling for people that are bad at math..."Present company excepted, of course...:)
Thanks Lorence. It's clear you're not a nube. I'll be picking that number when I get home for tomorrow night's pick.
#! /usr/bin/perlfor($i=0,$i<=4,$i++) { $n = int(rand 56) + 1; print "$n, ";}$n = int(rand 46) + 1;print "$n\n";
Now this is cool! I need to get to my unix environment and I'll run it tomorrow.
Post a Comment
6 comments:
3 11 17 23 31 - 43
I'll consider those for next Tuesday's drawing, even though it's a sympathy comment.
3-9-19-23-35-42
I used to play those before I heard some one say
"Ah, the lottery. Gambling for people that are bad at math..."
Present company excepted, of course...:)
Thanks Lorence. It's clear you're not a nube. I'll be picking that number when I get home for tomorrow night's pick.
#! /usr/bin/perl
for($i=0,$i<=4,$i++) {
$n = int(rand 56) + 1;
print "$n, ";
}
$n = int(rand 46) + 1;
print "$n\n";
Now this is cool! I need to get to my unix environment and I'll run it tomorrow.
Post a Comment