Class edu.cornell.lassp.houle.RngPack.RandomApp
All Packages Class Hierarchy This Package Previous Next Index
Class edu.cornell.lassp.houle.RngPack.RandomApp
java.lang.Object
|
+----edu.cornell.lassp.houle.RngPack.RandomApp
- public class RandomApp
- extends Object
RandomApp is a simple application that demonstrates the use of
RngPack. RandomApp generates random numbers and writes them to the
standard output. This is very useful on Unix systems since the
output can be piped to another application.
See RandomApp documentation for
how to run it.
Source code is available.
- Version:
- 1.0
- Author:
- Paul Houle (E-mail: houle@msc.cornell.edu)
- See Also:
- RandomJava, RandomShuffle
-
RandomApp()
-
-
main(String[])
-
RandomApp
public RandomApp()
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index