ulid-0.1.0.0: Implementation of ULID, lexicographically sortable unique identifiers

Safe HaskellNone
LanguageHaskell2010

Data.ULID

Synopsis

Documentation

data ULID Source #

Constructors

ULID 

Instances

getULIDTime Source #

Arguments

:: POSIXTime

The specified UNIX time (seconds) to millisecond precision, e.g. 1469918176.385

-> IO ULID 

Derive a ULID using a specified time and default random number generator

getULID :: IO ULID Source #

Derive a ULID using the current time and default random number generator