uuid-random
Advanced tools
Changelog
1.3.0 <small>- Sept 14, 2019</small>
uuid.randomBytes()
so you can override it, e.g. with nacl (#5)uuid.clearBuffer()
to clear the internal RNG bufferMath.random()
fallback range from [0,255) to [0,255] (#6)Note: version jump to 1.3.0 since I should have named 1.0.4 ⇒ 1.1.0 and 1.0.5 ⇒ 1.2.0
Changelog
1.0.7
Changelog
1.0.5
uuid.test()
function to validate a uuid v4 stringChangelog
1.0.4
uuid.bin()
for generating binary uuids