Difference between revisions of "Shuffle Lines"

From TED Notepad
Line 4: Line 4:
 
Reorders {{defined|lines}} of the selecion randomly.
 
Reorders {{defined|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.
+
{{:Random generator warning}}
  
 
See also {{feature|Sort Lines Ascending}}, {{feature|Sort Lines Descending}} and {{feature|Sort Lines}} tools.
 
See also {{feature|Sort Lines Ascending}}, {{feature|Sort Lines Descending}} and {{feature|Sort Lines}} tools.

Revision as of 21:45, 7 May 2011

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.