print "The RANDMOM NUMBER GENERATOR!!!\n";
print "Note: this is an example user script. I don't expect it to be used.\n";
$a = rand;
print "The RANDOM NUMBER, between 0 and 1, is $a\n";
print "\nThis script is a demonstration of the new perlfinger program.\n";

