|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <random>#include <string>

Go to the source code of this file.
Namespaces | |
| namespace | corespace |
Functions | |
| std::mt19937_64 & | corespace::rng () |
| Shared PRNG seeded on first use. | |
| std::string | corespace::random_hex (std::size_t n) |
Return exactly n random hexadecimal characters (lowercase). | |