File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<p align =" center " >
2- Randomzier
2+ < img src = " https://raw.githubusercontent.com/websect-itmo/assets/main/ Randomzier.png?token=AIY5ZP33HDRXDXFNTFMMZU3A3RPSY " >
33 <br >
44 <strong >🎲 Random number generator written in TypeScript</strong >
5- <p >
6- <h1 >Usage</h1 >
5+ </p >
6+
7+ <div align =" center " >
8+ <img src =" https://img.shields.io/npm/dm/randomzier " >
9+ <img src =" https://img.shields.io/npm/v/randomzier " >
10+ </div >
11+
12+ ## Installation
13+
14+ ` npm i randomzier `
15+
16+ ## Usage
17+ ``` js
18+ const { Randomzier } = require (" Randomzier" )
19+ const zier = new Randomzier ()
20+
21+ console .log (zier .generate ())
22+ ```
23+
24+
25+ ## Features
26+ ⚡️ ** Easy to use** : randomzier uses simple methods and built-in error handler. Nothing won't go wrong.
27+ <br >
28+ ❤️ ** Good algorithm** : LCG algorithm is a basis for randomzier.
29+
30+ ## License
31+ Randomzier uses [ Apache License] ( https://github.com/websect-itmo/randomzier/blob/main/LICENSE )
32+
33+
734
You can’t perform that action at this time.
0 commit comments