You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ npm install make-random
25
25
-[randomAZString()](#randomAZString)
26
26
-[randomString()](#randomString)
27
27
-[randomLatin()](#randomLatin)
28
+
-[randomUUID()](#randomUUID)
28
29
29
30
__All ranges are inclusive of the passed value(s)__
30
31
### random()
@@ -178,7 +179,7 @@ randomUUID()
178
179
179
180
### Make-Random-Legacy
180
181
181
-
The old methods `makeRandom.ceil()` and `makeRandom.floor()` have been discontined and removed. If continued use is needed and the new `flexRange()` will not meet your needs, please switch to [make-random-legacy](https://github.com/karnthis/make-random-legacy) or consider submitting a feature request or PR.
182
+
The old methods `makeRandom.ceil()` and `makeRandom.floor()` have been discontined and removed. If continued use is needed and the new `random()` will not meet your needs, please switch to [make-random-legacy](https://github.com/karnthis/make-random-legacy) or consider submitting a feature request or PR.
0 commit comments