]> git.kaiwu.me - klib.git/commitdiff
updated README
authorHeng Li <lh3@live.co.uk>
Mon, 16 Jan 2012 04:00:32 +0000 (23:00 -0500)
committerHeng Li <lh3@live.co.uk>
Mon, 16 Jan 2012 04:00:32 +0000 (23:00 -0500)
README

diff --git a/README b/README
index 7b73c502bca090141e66759fef854c2da99330fd..647b2866a366e765bd9fb1d167650c38c965b20c 100644 (file)
--- a/README
+++ b/README
@@ -24,8 +24,10 @@ klist.h         Generic single-linked list plus a memory pool
 kstring.{h,c}   String library
 ksa.c           Constructing suffix arrays for strings with multiple sentinels
 knetfile.{h,c}  Random access to remote files
+kopen.c         Smart stream opening
 
 kfunc.c         Special mathematical functions
+krand.{h,c}     Pseudo-random number generator mt19937
 kmin.{h,c}      Derivative-free non-linear programming
 khmm.{h,c}      Basic HMM library
 ksw.(h,c}       Smith-Waterman using SSE2