cvs commit: ports/math Makefile ports/math/prng Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Tue Mar 9 22:29:18 UTC 2010


miwi        2010-03-09 22:29:17 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/prng            Makefile distinfo pkg-descr 
  Log:
  PRNG is a collection of portable, high-performance ANSI-C implementations of
  pseudorandom number generators such as linear congruential, inversive
  congruential, and explicit inversive congruential random number generators (LCG,
  ICG and EICG, respectively) created by Otmar Lendl and and Josef Leydold.
  
  WWW: http://statistik.wu-wien.ac.at/software/prng/index.html
  
  PR:             ports/144031
  Submitted by:   bf <bf1783 at gmail.com>
  
  Revision  Changes    Path
  1.643     +1 -0      ports/math/Makefile
  1.1       +39 -0     ports/math/prng/Makefile (new)
  1.1       +3 -0      ports/math/prng/distinfo (new)
  1.1       +6 -0      ports/math/prng/pkg-descr (new)


More information about the cvs-all mailing list