From 396dc5b30de95776a745be18c33ef207f0bb6f49 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Thu, 21 Jan 2021 08:30:24 +0100 Subject: Forgot this. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8cbf2b82..fe33ed0e 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ This is a compact headers-only library with the all of the "standard" data conta Others: - [***ccommon*** - General definitions](docs/ccommon_api.md) -- [***copt*** - Implements ***copt_get()***, similar to posix **getopt_long()**](docs/copt_api.md) -- [***crandom*** - A very efficent modern **pseudo-random number generator**](docs/crandom_api.md) +- [***coption*** - Implements ***coption_get()***, similar to posix **getopt_long()**](docs/coption_api.md) +- [***crandom*** - A novel, extremely fast **pseudo-random number generator**](docs/crandom_api.md) named **stc64**. The usage of the containers is similar to the c++ standard containers in STL, so it should be easy if you are familiar with them. All containers mentioned above are generic, except for **cstr** and **cbits**. No casting is used, and containers are therefore -- cgit v1.2.3