Copyright | (c) 2012-2016 Antoine Latter |
---|---|
License | BSD-style |
Maintainer | aslatter@gmail.com |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
This module implements Version 4 UUIDs as specified in RFC 4122.
These UUIDs are generated from a pseddo-random generator.
We use
getEntropy
method from
entropy
package,
which should provide cryptographically secure random data.
Synopsis
- nextRandom :: IO UUID
Documentation
nextRandom :: IO UUID Source #
Generate a crytographically secure, random UUID. Introduced in version 1.2.6.