Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/websect-dev/randomzier
- Owner: websect-dev
- License: apache-2.0
- Created: 2021-06-28T20:10:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T18:24:37.000Z (about 3 years ago)
- Last Synced: 2024-04-23T11:03:09.819Z (9 months ago)
- Topics: npm, npm-package, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)