Corrupted archive, seed 42
- Input
- archive corrupted (seed 42)
- Expected output
- á̖̗̀ŕ̖̗̀ć̖̗̀h̖̗́̀í̖̗̀v̖̗́̀é̖̗̀ ć̖̗̀ó̖̗̀ŕ̖̗̀ŕ̖̗̀ú̖̗̀ṕ̖̗̀t̖̗́̀é̖̗̀d̖̗́̀
Running this input again, today or six months from now, reproduces this exact same distortion.
seeded controlled Zalgo
Without a fixed seed, generating the same Zalgo text twice produces two different distortions, because the algorithm picks Unicode marks at random on every run. Fixing a starting number, the seed, makes the pseudorandom generator repeat the exact same sequence of choices, so "archive corrupted" with seed 42 comes out identical today and a month from now.
Running this input again, today or six months from now, reproduces this exact same distortion.
Swapping just the text while keeping the seed is already enough to produce a new distortion, because the text changes which stretch of the sequence gets consumed.
All three lines share the same seed, yet none repeats another one's distortion, because each consumes the sequence starting from its own set of letters.
No. It uses Unicode characters and combining marks, so the result is real text with stacked signs, which is why it works in any field with no font to install.
Which marks land on each letter does not change, since that comes only from the seed and the text; what can vary slightly is the exact stacking height, because each font engine renders the same combining mark with a slightly different vertical offset.
Yes, the seed is just a number, so keeping it next to the original text, for example "archive corrupted, seed 42", is enough for anyone to reproduce the same result without relying on a screenshot.
The seed number can repeat without any issue, because it is the input text that decides the rest of the consumed sequence; two different phrases sharing the same seed practically never produce the same distortion.
Not in that case: a seed exists to repeat the same result, so it only pays off when the final text is fixed, like a campaign title or an approved art piece that has to stay identical across every reprint.
j̳k̾it̵.toolsThe text is transformed locally and is not sent to the server.