Package util

Interface Summary
ILambda Represents the abstract lambda expression whose sole purpose in life is to evaluate itself on an input and return the result of the evaluation.
IRandomizer A utility class used to generate different types of random values.
 

Class Summary
Dispatcher A simplified Observable class that immediately notifies its Observers when its notifyAll() method is called.
Randomizer Utility class that supplies class routines for generating various random values
SineMaker A utility class that can be used to create smoothly varying sinusoidal numerical data.