1.0.0 • Published 2 years ago

@gxjakkap/trand v1.0.0

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

trand

Generate true random things with random.org.

Installation

$ npm i @gxjakkap/trand

Usage

getInt(min, max)

import {getInt} from '@gxjakkap/trand'

let value = await getInt(1, 100)
console.log(value) // output: random number in a range from 1 to 100 
1.0.0

2 years ago