Help for this page

Select Code to Download


  1. or download this
    perl -le 'print map{(a..z)[rand 26]} 0..rand 10'
    
  2. or download this
    perl -le 'print map{(a..z,A..Z,0..9)[rand 62]} 0..7'