Help for this page

Select Code to Download


  1. or download this
    srand; # seed the random generator
    
    ...
    
    $line = $file[rand($#file)]; # select a random line
    
  2. or download this
    srand; # seed the random generator
    
    ...
    
    $word = $file[rand($#file)]; # select a random word