SwVitaliy

Untitled

Nov 12th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function r(n) { var r = '', i, a = 'qwertuiopasdfghjklzxcvbnm', l = a.length; for(i=0; i<n; i += 1) { r += a.charAt(Math.floor(Math.random() * l)); }; return r; }
Advertisement
Add Comment
Please, Sign In to add comment