Skip to content

Commit

Permalink
Add note about seed-based RNG
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 3, 2022
1 parent f057716 commit f1ab53a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ const nanoid = customRandom(urlAlphabet, 10, random)

Asynchronous and non-secure APIs are not available for `customRandom`.

Note, that between Nano ID versions we may change random generator
call sequence. If you are using seed-based generators, we do not guarantee
the same result.


## Usage

Expand Down

0 comments on commit f1ab53a

Please sign in to comment.