This function will generate a random string whose characters are from first
This function will generate a prefix of length
The
Note: this string is useful for breaking hashes modulo
This function will generate a prefix of length
Start from b
, and apply the substitutes: a -> ab
, b -> a
.
This function will generate a prefix of length
Apply the substitutes: a -> ab
, b -> ac
, and c -> a
.
This function will generate a string of length
This function will generate a string of length
This function will generate a prefix of length abacabadabacaba...
. The a + ctz(i)
, where
This function will generate a string in kmp-like process. The borders of the generated string will form
- Rudin-Shapiro word generator
- Regular paperfolding word generator
- Antihash Generator
- Generators for palindromic related algorithm