diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-09 17:02:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-09 17:02:50 +0800 |
commit | 3702aabecc4e1a4eb151c92989dc29befe767937 (patch) | |
tree | 29fd8f9834f017208a5403b863593d24f3145135 /math | |
parent | 3275ea44caf4fcdc99b63c90a10b507ef5d5a94d (diff) | |
download | freebsd-ports-gnome-3702aabecc4e1a4eb151c92989dc29befe767937.tar.gz freebsd-ports-gnome-3702aabecc4e1a4eb151c92989dc29befe767937.tar.zst freebsd-ports-gnome-3702aabecc4e1a4eb151c92989dc29befe767937.zip |
- Fix a typo s/Beliakin/Beliakov/
Diffstat (limited to 'math')
-rw-r--r-- | math/libranlip/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libranlip/pkg-descr b/math/libranlip/pkg-descr index 9759939d7922..a0de3c69b21e 100644 --- a/math/libranlip/pkg-descr +++ b/math/libranlip/pkg-descr @@ -1,4 +1,4 @@ -libranlip is a C++ library created by G. Beliakin, which generates random +libranlip is a C++ library created by G. Beliakov, which generates random variates with arbitrary Lipschitz-continuous densities via the acceptance / rejection method. The density should have a dimension of no more than about five. The user needs to supply the density function using a simple syntax, and |