generate C random string


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. (0..36).map{65.+(rand(25)).chr}.join
  2.  

Report this snippet


Comments


You need to login to view comments.