unique-random

Generate random numbers that are consecutively unique

MIT License

Downloads
270.6K
Stars
116
Committers
4

Bot releases are visible (Hide)

unique-random - Latest Release

Published by sindresorhus 6 months ago

Breaking

  • Require Node.js 18 c1a6a94
  • Changed from a default export to a named export called consecutiveUniqueRandom (#25) 858646b
-import uniqueRandom from 'unique-random';
+import {consecutiveUniqueRandom} from 'unique-random';

Improvements

https://github.com/sindresorhus/unique-random/compare/v3.0.0...v4.0.0

unique-random -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 999e9cb
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/unique-random/compare/v2.1.0...v3.0.0

unique-random -

Published by sindresorhus over 5 years ago