From 2adc2e262dfc9090c03cbe76bb75861af77376fb Mon Sep 17 00:00:00 2001 From: Heng Li Date: Thu, 30 Aug 2018 23:08:16 -1000 Subject: [PATCH] Removed MT19937-64 --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3513f3a..4001d1d 100644 --- a/index.html +++ b/index.html @@ -8384,7 +8384,7 @@ pre .xml .cdata {
classic
-
+
[[Klib|https://github.com/attractivechaos/klib/]] is a standalone and lightweight C library distributed under [[MIT/X11 license|http://en.wikipedia.org/wiki/MIT_License]]. Most components are independent of external libraries, except the standard C library, and independent of each other. To use a component of this library, you only need to copy a couple of files to your source code tree without worrying about library dependencies.
 
 Klib strives for efficiency and a small memory footprint. Some components, such as hash table, B-tree, vector and sorting algorithms, are among the most efficient implementations of similar algorithms or data structures in all programming languages, in terms of both speed and memory use.
@@ -8400,7 +8400,7 @@ Klib strives for efficiency and a small memory footprint. Some components, such
 * klist.h: generic single-linked list and memory pool.
 * kstring.{h,c}: basic string library.
 * [[ketopt.h|Ketopt: parsing command-line arguments]]: command-line argument parser, similar to [[getopt_long|https://linux.die.net/man/3/getopt_long]].
-* kmath.{h,c}: numerical routines including [[MT19937-64|http://en.wikipedia.org/wiki/Mersenne_twister]] pseudorandom number generator, basic nonlinear programming and a few special math functions.
+* kmath.{h,c}: numerical routines including basic nonlinear programming and a few special math functions.
 * [[kson.{h,c}|Kson: simple JSON parser]]: simple [[JSON|http://www.json.org]] parser (no streaming)
 * [[kthread.{h,c}|Kthread: simple threading models]]: simple multi-threading models.
 
-- 
2.47.3