codesimian
Class ChaosOfOverlappingThreads

java.lang.Object
  extended by codesimian.ChaosOfOverlappingThreads

public class ChaosOfOverlappingThreads
extends java.lang.Object

UNFINISHED CLASS, POSSIBLY REPLACED BY CLASS CHAOSBIT. Uses 2 Threads to create a "race condition", so the state of a variable they share depends on the computers clock, which depends on real physics. Truly random data is slowly output.


Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()