PortSystem 1.0 PortGroup cmake 1.1 name newran version 02 revision 1 checksums rmd160 4693b8a85945468c173695c0da07a63d408d0392 \ sha256 c8fcd5e31c2f9ab766cb0206292617a3a7113851f7b3caa2d808b9184bfd761f \ size 45084 categories math maintainers nomaintainer description This is a C++ library for generating sequences of random numbers from a wide variety of distributions. long_description This is a C++ library for generating sequences of random numbers from a wide variety of distributions. It is particularly appropriate for the situation where one requires sequences of identically distributed random numbers since the set up time for each type of distribution is relatively long but it is efficient when generating each new random number. The library includes classes for generating random numbers from a number of distributions and is easily extended to be able to generate random numbers from almost any of the standard distributions. homepage http://www.robertnz.net/ master_sites http://www.robertnz.net/ftp/ distname ${name}${version} extract.mkdir yes post-patch { file copy ${filespath}/CMakeLists.txt ${worksrcpath} } configure.cxxflags-append -D_STANDARD_ livecheck.type regex livecheck.url ${homepage}/download.html livecheck.regex {newran([0-9.]+)\.tar\.gz}