1.0.3 • Published 5 years ago

random-int-list v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Info about library

Build Status Coverage Status npm version

This library will serve to generate lists of random numbers with the specified length,...

Installation

npm install random-int-list --save

Usage

JS

var t = require('random-int-list');
console.log(t.randomIntList(5, 1, 5));

Result => 1, 3, 5, 4, 2

Typescript

import { randomIntList } from 'random-int-list');
console.log(randomIntList(5, 1, 5));

Result => 1, 3, 5, 4, 2

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago