• Posts in this section do not count towards your post count.

How famous are you in Blocktopia?

Matty

Placid Prospector
Donor
Mafia Host
Joined
Aug 6, 2011
Messages
359
Reaction score
610
Same Way I Rate Everyone I Don't Know:
PERL CODE!
#!/usr/bin/perl
use strict;
use warnings;
my $max = 10;
my $rating = int(rand($max));
print $rating . "\n";
10
Reruns program,
1.5
 
Top