Implementation of random_hash.h. More...
#include <stdlib.h>
#include <algorithm>
#include "inc/util/random_hash.h"
#include "inc/util/random.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::string | syten::random_hash (Index const length, std::string allowed="") |
Returns random hash. More... | |
Implementation of random_hash.h.