guid / javascript / random / uidGerar string aleatória com comprimento variávelvar length = 15;Math.random().toString(33).substr(2, length);