diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 12:02:39 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 12:02:39 +0100 |
| commit | 2c20a7ad698bb3c4b8fe9bee7df9f22a0afcb803 (patch) | |
| tree | 98fd65756cd3fd3e5ae008839d0694f98c234800 | |
| parent | eca1e13ee4a96ef121c2d8ac30a17611cb3b015a (diff) | |
| download | STC-modified-2c20a7ad698bb3c4b8fe9bee7df9f22a0afcb803.tar.gz STC-modified-2c20a7ad698bb3c4b8fe9bee7df9f22a0afcb803.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|
