Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information