From 2c20a7ad698bb3c4b8fe9bee7df9f22a0afcb803 Mon Sep 17 00:00:00 2001 From: Tyge Løvset <60263450+tylov@users.noreply.github.com> Date: Thu, 21 Jan 2021 12:02:39 +0100 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14fbf678..70c76c50 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ This is a compact, header-only library with the all the major "standard" data co - [***cvec*** - Templated **std::vector** alike type](docs/cvec_api.md) Others: -- [***ccommon*** - General definitions, and handy safe-to-use macros](docs/ccommon_api.md) +- [***ccommon*** - General definitions and handy, safe-to-use macros](docs/ccommon_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**. +- [***crandom*** - A novel, extremely fast *PRNG* named **stc64**](docs/crandom_api.md) 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