Brian Jones wrote:
>
> These aren't done and required for 1.1 compatibility in java.util.
> The java.util.Random class is probably the hardest of the bunch.
>
> java.util.EventListener
> java.util.EventObject
> java.util.Observable
> java.util.Observer
> java.util.Random
> java.util.TooManyListenersException
Actually, if I recall correctly, java.util.Random is pretty easy as the
precise code for almost every method is in the javadoc. I won't have
spare time until the weekend, but if nobody wants to tackle it before
then I'll throw something together, and have a try at some of the other
classes. If anyone wants to beat me to it, go for it! :)
Stuart.