pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/p5-Math-Random-ISAAC-XS
Module Name: pkgsrc
Committed By: sno
Date: Wed Jul 3 14:30:36 UTC 2013
Added Files:
pkgsrc/math/p5-Math-Random-ISAAC-XS: DESCR Makefile distinfo
Log Message:
Adding package forPAN package Math-Random-ISAAC-XS version 1.004 into
math/Math-Random-ISAAC-XS.
This module implements the same interface as Math::Random::ISAAC and can
be used as a drop-in replacement. This is the recommended implementation
of the module, based on Bob Jenkins' reference implementation in C.
Selecting the backend to use manually really only has two uses:
* If you are trying to avoid the small overhead incurred with
dispatching method calls to the appropriate backend modules.
* If you are testing the module for performance and wish to
explicitly decide which module you would like to use.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Math-Random-ISAAC-XS/DESCR \
pkgsrc/math/p5-Math-Random-ISAAC-XS/Makefile \
pkgsrc/math/p5-Math-Random-ISAAC-XS/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index