Help for this page

Select Code to Download


  1. or download this
    sub func() {
        srand $CONSTANT;
    ...
    func();
    srand $seed;  # Get back to "random" sequence again?
    my $random2 = rand;