diff options
| author | Tyge Løvset <[email protected]> | 2021-01-21 08:30:24 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-01-21 08:30:24 +0100 |
| commit | 396dc5b30de95776a745be18c33ef207f0bb6f49 (patch) | |
| tree | b5b5a7529a97ec9690130f005b5414c2ed9e8446 | |
| parent | 50da396d04714a18fa087ebbd1f2316958dbd6bd (diff) | |
| download | STC-modified-396dc5b30de95776a745be18c33ef207f0bb6f49.tar.gz STC-modified-396dc5b30de95776a745be18c33ef207f0bb6f49.zip | |
Forgot this.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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
|
