Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/websect-dev/randomzier

🎲 Random number generator written in TypeScript
https://github.com/websect-dev/randomzier

npm npm-package ts typescript

Last synced: 15 days ago
JSON representation

🎲 Random number generator written in TypeScript

Awesome Lists containing this project

README

        


🎲 Random number generator written in TypeScript




## Installation

```shell
npm i randomzier
```

## Usage
```js
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](https://github.com/websect-itmo/randomzier/blob/main/LICENSE)