Math.random().toString(36).substring(16) is always ""
majinliang123 opened this issue · 2 comments
majinliang123 commented
Math.random().toString(36).substring(16) is always "".
stefanpenner commented
interesting...
stefanpenner commented
Math.random().toString(36).substring(2)
should fix...