tribble.crypto
Class LFSRTrash

java.lang.Object
  extended bytribble.crypto.LFSRTrash

public class LFSRTrash
extends java.lang.Object

Writes a series of pseudo-random bytes to standard output.

Since:
2002-10-27
Version:
$Revision: 1.2 $ $Date: 2003/01/05 23:40:43 $
Author:
David R. Tribble (david@tribble.com).
Copyright ©2002-2003 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.

Constructor Summary
LFSRTrash()
           
 
Method Summary
static void main(java.lang.String[] args)
          Execute this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LFSRTrash

public LFSRTrash()
Method Detail

main

public static void main(java.lang.String[] args)
Execute this class.

Parameters:
args - Command line arguments.
Since:
1.0, 2002-11-07