Update README.md

master
_xeroxz 3 years ago
parent db04acb04b
commit 4163d33ab8

@ -2,7 +2,14 @@
This repo contains a list of utils that will probably need to be implimented for LLO.
* llo::utils::generate_random, generate a random numerical value.
```cpp
```
* llo::utils::hash_t templated class that contains unique std::uint64_t hash value for any given data. use std::hash to compute the hash. https://en.cppreference.com/w/cpp/utility/hash. use std::hash<std::varient> to hash type T and a random uint64_t..
```cpp
```

Loading…
Cancel
Save