# nv-random-number

> nv-random-number ============ - nv-random-number - random int, bigint...

Latest version **1.0.4** (published 2026-04-09) · ISC license · 0 weekly downloads

## Install

```sh
npm install nv-random-number
pnpm add nv-random-number
yarn add nv-random-number
bun add nv-random-number
```

## Health

**Score 45/100 (D)** — status: active.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2026-04-09 |
| First published | 2021-09-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ihgazni2 |
| Keywords | random-bigint |

## Links

- npm: https://www.npmjs.com/package/nv-random-number
- npm.io page: https://npm.io/package/nv-random-number

## Dependencies (1)

- [nv-number-basic](https://npm.io/package/nv-number-basic.md) ^1.0.6

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2026-04-09
- 1.0.3 — 2023-07-04
- 1.0.2 — 2021-12-17
- 1.0.1 — 2021-09-15

## README

nv-random-number
============
- nv-random-number 
- random int, bigint...


install
=======
- npm install nv-random-number

usage
=====

example
-------

        const rnd = require('nv-random-number')

        
        
        > rnd.int(0,5)
        2
        > rnd.int(0,5)
        0
        > rnd.int(0,5)
        3
        > rnd.float(0,5)
        0.5840682040370606
        > rnd.float(0,5)
        3.1188748130175687
        
        
        > rnd.bigint(0n,1111111111111111111n)
        659479433379773978n
        > rnd.bigint(0n,1111111111111111111n)
        46395972417878550n
        > rnd.bigint(0n,1111111111111111111n)
        585546157290179085n
        > rnd.bigint(0n,1111111111111111111n)
        10486036301675761n
        > rnd.bigint(0n,1111111111111111111n)
        695409588430068227n


APIS
====


        {
          int32: [Function: int32],
          float32: [Function: float32],
          int: [Function: int],
          float: [Function: float],
          bigint: [Function: bigint],
          z2one: [Function: z2one],
          zto255: [Function: zto255],
          zto65535: [Function: zto65535],
          a2z: [Function: a2z],
          A2Z: [Function: A2Z]
        }


LICENSE
=======
- ISC

---
_Source: https://npm.io/package/nv-random-number · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
