acme-strfry-0.1: A binding to the glibc strfry function.

Portabilitynon-portable (glibc only)
Stabilityexperimental
MaintainerElliott Hird

Acme.Strfry.ByteString

Description

The ByteString-based interface to strfry.

Synopsis

Documentation

strfry :: ByteString -> IO ByteStringSource

strfry s returns a pseudorandom anagram of s. For more information, consult the glibc manual: http://www.gnu.org/software/libc/manual/html_node/strfry.html