Class N11_Supplement_LfsrVariations

java.lang.Object
  extended by N11_Supplement_LfsrVariations

public class N11_Supplement_LfsrVariations
extends Object

For the article supplement, contains the code relevant to Figure 1 and Figure 2.

Author:
Brent Boyer

Nested Class Summary
protected static class N11_Supplement_LfsrVariations.Benchmark2
          Specialized subclass of Benchmark which has an additional perform method which will support the calculaations and results needed by the parent class.
 
Constructor Summary
N11_Supplement_LfsrVariations()
           
 
Method Summary
static void main(String[] args)
          Results on 2008-03-27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm): see the file ..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

N11_Supplement_LfsrVariations

public N11_Supplement_LfsrVariations()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Results on 2008-03-27 on my 2.2 GHz Intel Core 2 Duo E4500 machine (server jvm): see the file ../results/N11_Supplement_LfsrVariations.xls. This contains all of the data, plus all of the associated Figures in the article.

Throws:
Exception