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; }
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!