| Portability | non-portable (glibc only) |
|---|---|
| Stability | experimental |
| Maintainer | Elliott Hird |
Acme.Strfry.String
Description
The String-based interface to strfry.
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.