ihaskell-0.4.3.0: A Haskell backend kernel for the IPython project.

Safe HaskellNone

IHaskell.IPython.Message.UUID

Description

Generate, parse, and pretty print UUIDs for use with IPython.

Synopsis

Documentation

data UUID Source

A UUID (universally unique identifier).

random :: IO UUIDSource

Generate a single random UUID.

randomsSource

Arguments

:: Int

Number of UUIDs to generate.

-> IO [UUID] 

Generate a list of random UUIDs.