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

Portabilitynon-portable (glibc only)
Stabilityexperimental
MaintainerElliott Hird

Acme.Strfry.String

Description

The String-based interface to strfry.

Synopsis

Documentation

strfry :: String -> IO StringSource

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

This interface is based on String, and is likely to behave unpredictably on codepoints above 255. The ByteString-based interface in Acme.Strfry.ByteString is recommended for serious use.