Help for this page

Select Code to Download


  1. or download this
    sub shuffle($$$) {
        my ($seed, $max, $input) = @_;
    
    ...
    
        return $result
    }
    
  2. or download this
    get_rand(\@$$) {
        my ($list, $seed, $input) = @_;
    ...
    }
    
    # might print 40 10 20 60 30 50