Releases: jchook/uuid-random
Releases · jchook/uuid-random
v1.3.2
v1.3.1
v1.3.0
Improvements
- Exposes
uuid.randomBytes()
so you can override it, e.g. with nacl (#5) - Exposes
uuid.clearBuffer()
to clear the internal RNG buffer - Performance improvement via refactor (#5)
Patches
- Fix
Math.random()
fallback range from [0,255) to [0,255] (#6) - Updated benchmarks (thanks @aarondcohen)
- README, etc now written in E-Prime