From 4163d33ab807b68852d0697109fd59e735bffa99 Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Thu, 24 Jun 2021 00:15:00 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index df26fb9..6b1ba9e 100644 --- a/README.md +++ b/README.md @@ -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 to hash type T and a random uint64_t.. +```cpp +```