Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
rngpack: A pseudorandom number generator package for Java
- Summary
- RngPack is a pseudorandom number generator package for Java. Pseudorandom means
that the "random" numbers are generated by a deterministic mathematical
process, not by a fundamentally random physical process such as radioactive
decay or Johnson noise. RngPack contains base classes that add value to random
number generators, four research grade generators, as well as a wrapper for
Java's built in random number generator and a demonstration
application. RngPack comes with java class documentation. Because RngPack is a
set of Java classes it can be used in both applications and in applets. RngPack
is available under the BSD License.
Changelog
- * Thu Aug 26 00:00:00 2004 Fernando Nasser <fnasser{%}redhat{*}com> 1:1.1-0.a.2jpp
-
- Require Ant > 1.6
- Rebuild with Ant 1.6.2
- * Wed Jan 21 23:00:00 2004 David Walluck <david{%}anti-microsoft{*}org> 1:1.1-0.a.1jpp
-
- fix version/release (and bump epoch)
- rename Source1
- * Mon Nov 17 23:00:00 2003 Sebastiano Vigna <vigna{%}acm{*}org> 1.1a
-
- First JPackage version