Commit 2a8e17f
Generate larger range of random UUIDs
The random-uuid function was only generating hex characters from 0-e,
but should be using 0-f.
Adjusted the arg to the first rand-int call to make this work, and
adjusted the second one as well, which should have no effect on the
behavior but is less confusing to read.1 parent 6dc027b commit 2a8e17f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9861 | 9861 | | |
9862 | 9862 | | |
9863 | 9863 | | |
9864 | | - | |
9865 | | - | |
| 9864 | + | |
| 9865 | + | |
9866 | 9866 | | |
9867 | 9867 | | |
9868 | 9868 | | |
| |||
0 commit comments