Skip to content

Releases: fardog/rejection-sampled-int

Typescript definitions

22 Aug 06:33
1d24c5f

Choose a tag to compare

Adds typescript definitions for library.

npm install rejection-sampled-int@0.1.1

Initial Release

22 Aug 05:25

Choose a tag to compare

First release of library; exposes a single method which synchronously generates an integer between a given min and max, up to Number.MAX_SAFE_INTEGER by a rejection-sampling algorithm.

npm install rejection-sampled-int@0.1.0