Crate strfry

Source
Expand description

Randomize a string

Randomizes the contents of string by randomly swapping characters in the string. The result is an anagram of string.

let anagram = strfry("i am a weakish speller");

Functionsยง

strfry
randomize a string