Omission & Percolation
August 11, 2024
input
output
controls
density
space density
max consonants in a row
max vowels in a row
this tool is built around on two principles: omission (the removal of what was present) and percolation (the effect of what precedes). it has the following controls:
- density: the chance a letter will be included. ranges from 0 (never include) to 1 (always include).
- space density: the chance a letter will be included. ranges from 0 (never include) to 1 (always include).
- max consonants in a row & max vowels in a row: the number of consonants and vowels respectively allowed to appear in a row. once this limit is reached, consonants (or vowels) are omitted until a space or other non-consonant (or vowel) is reached.
changelog
(click to reveal)
-
0.5.0 (August 11, 2024)
- first version!
- random character removal
- space density
- consonant & vowel run controls