Shuffle Lines

From TED Notepad
Revision as of 19:02, 7 May 2011 by Jsimlo (talk | contribs) (Created page with '<noinclude>{{manversion|6.0.0.16|feature}}__NOTOC__</noinclude> ====Shuffle (Ctrl+Shift+K)==== Reorders {{defined|lines}} of the selecion randomly. Warning: Although the tool u…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This section is up to date for TED Notepad version 6.3.1.0.
Control page Control:feature:Shuffle Lines

Shuffle (Ctrl+Shift+K)

Reorders lines of the selecion randomly.

Warning: Although the tool uses a more complex pseudo-random generator (than a linear congruential generator), it is not safe to assume that the generator is cryptographically secure. This tool should not be used for encryption purposes if real sturdy protection is expected, since the pseudo-random generator is not constructed to withstand real cryptanalysis. It is only safe to assume that the generator is not easily predictable without advanced cryptanalysis - which is acceptable for most common tasks.

See also Sort Lines Ascending, Sort Lines Descending and Sort Lines tools.