Skip to content

Crypto secure random integer generation within a range

Notifications You must be signed in to change notification settings

olalonde/crypto-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WIP

Usage

const randomInt = require("crypto-range");

// returns a cryptographically secure random number in the [min, max( interval
const num = await randomInt(min, max);

License

MIT

About

Crypto secure random integer generation within a range

Resources

Stars

Watchers

Forks

Packages

No packages published