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