Skip to content

Commit

Permalink
[README.md] Explicitly specify "uniform".
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 6, 2024
1 parent b548316 commit 7563548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Usage

`randomUIntBelow(max)` returns a random non-negative integer less than max `(0 <= output < max)`. `max` must be at most `2^53`.
`randomUIntBelow(max)` returns a uniform random non-negative integer less than max `(0 <= output < max)`. `max` must be at most `2^53`.

```ts
import {randomUIntBelow} from "random-uint-below"
Expand Down

0 comments on commit 7563548

Please sign in to comment.