New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

random-integer-number

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

random-integer-number

A package providing function generating integer numbers with uniform distribution in the range from Number.MIN_SAFE_INTEGER to Number.MAX_SAFE_INTEGER

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

Random Integer Number

A package providing function generating integer numbers with uniform distribution in the range from Number.MIN_SAFE_INTEGER to Number.MAX_SAFE_INTEGER.

Usage

var random = require('random-integer-number');
random(); // => -372719865155431

License

Creative Commons Zero 1.0 Universal (CC0).

Keywords

random

FAQs

Package last updated on 15 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts