Skip to content

websect-dev/randomzier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎲 Random number generator written in TypeScript

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