The Random class should be used for UUIDs where cryptographic security
is not necessary, while Data.UUID.v4.nextRandom should be used for
UUIDs that need to be cryptographically secure.
Refs #22
Let me know if I should change anything. Also wasn't sure if I should bump the copyright years in the respect files.
The
Random
class should be used for UUIDs where cryptographic security is not necessary, whileData.UUID.v4.nextRandom
should be used for UUIDs that need to be cryptographically secure.Refs #22
Let me know if I should change anything. Also wasn't sure if I should bump the copyright years in the respect files.