random-int-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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]

Readme

Keywords

none

Package Sidebar

Install

npm i random-int-list

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

9.71 kB

Total Files

10

Last publish

Collaborators

  • mugan86