Copyright | (c) 2012 Antoine Latter |
---|---|
License | BSD-style |
Maintainer | aslatter@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
This module implements Version 4 UUIDs as specified in RFC 4122.
These UUIDs are generated from a psuedo-random generator.
We use the System.Random StdGen
as our random source.
All of the logic is encapsulated in the Random
instance
for the UUID type, so you are also free to use the random generator
of your choice.
- nextRandom :: IO UUID
Documentation
nextRandom :: IO UUID Source
Generate a random UUID. Introduced in version 1.2.6.