Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This is a snippet that returns a randomized string you can use.
- for(s="",i=16;i--;)s+=String.fromCharCode(Math.random()*256|0)
- // This snippet weighs ≈0.06055 KB or 62 B. It is also a one-liner.
- // Use it as-is.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement