uuid-1.3.15: For creating, comparing, parsing and printing Universally Unique Identifiers
Copyright(c) 2012-2016 Antoine Latter
LicenseBSD-style
Maintaineraslatter@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Data.UUID.V4

Description

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

Documentation

nextRandom :: IO UUID Source #

Generate a crytographically secure, random UUID. Introduced in version 1.2.6.