1996-03-27 - RE: Noise Sphere in Java

Header Data

From: Chuck McManis <cmcmanis@netcom.com>
To: “‘Mutatis Mutantdis’” <wlkngowl@unix.asb.com>
Message Hash: bea6eebdcc24a24de58e870040f0c49343e9cf09e557228e87775b28caa34a12
Message ID: <01BB1B40.136EB560@Inverness>
Reply To: N/A
UTC Datetime: 1996-03-27 08:57:37 UTC
Raw Date: Wed, 27 Mar 1996 16:57:37 +0800

Raw message

From: Chuck McManis <cmcmanis@netcom.com>
Date: Wed, 27 Mar 1996 16:57:37 +0800
To: "'Mutatis Mutantdis'" <wlkngowl@unix.asb.com>
Subject: RE: Noise Sphere in Java
Message-ID: <01BB1B40.136EB560@Inverness>
MIME-Version: 1.0
Content-Type: text/plain


 
Thanks to the post in C++ we now have a version of the Noise Sphere
program in Java. You can see it at:
	http://www.golfweb.com/cmcmanis/noise.html
The source is online as well. It currently plots the randomness of the
java.util.Random class. Modification for other classes that generate
random data should be easy, as long as the class has a method
nextInt() which returns a new random number. Other hacks are possible,
feel free to hack away at your leisure.

--Chuck McManis
cmcmanis@golfweb.com






Thread