randomzier
v1.0.1
Published
Random number generator
Downloads
13
Readme
Installation
npm i randomzier
Usage
const { Randomzier } = require("Randomzier")
const zier = new Randomzier()
console.log(zier.generate())
Features
⚡️ Easy to use: randomzier uses simple methods and built-in error handler. Nothing won't go wrong. ❤️ Good algorithm: LCG algorithm is a basis for randomzier.
License
Randomzier uses Apache License