@gxjakkap/trand
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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 

Readme

Keywords

Package Sidebar

Install

npm i @gxjakkap/trand

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.57 kB

Total Files

4

Last publish

Collaborators

  • gxjakkap