1.0.4 • Published 5 years ago

unique_random_number-uuid v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

This module leverages the node crypto module to generate random integers within a range.

The crypto module uses /dev/random and /dev/urandom to produce random bytes on unix-y systems. usage React

var random = require('unique_random_number-uuid')

console.log( random(50, 10) ) // random integer between 10 and 50

React Native ES6

import random from 'unique_random_number-uuid';

console.log( random(50, 10) ) //

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago