|
k-dot-p 0.1
|
#include <stdio.h>#include <glib.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <errno.h>#include <string.h>#include <unistd.h>#include <libmodelxx/randomness.h++>#include <config.h>
Include dependency graph for randomness.c++:Go to the source code of this file.
Namespaces | |
| namespace | kdotp |
| namespace | kdotp::libmodelxx |
| namespace | kdotp::libmodelxx::randomness |
Defines | |
| #define | RANDOMNESS_GERROR_DOMAIN 15 |
Functions | |
| unsigned long int | kdotp::libmodelxx::randomness::get_random_unsigned_long_int (GError **err) |
| unsigned long int | kdotp::libmodelxx::randomness::get_urandom_unsigned_long_int (GError **err) |
| #define RANDOMNESS_GERROR_DOMAIN 15 |
Definition at line 33 of file randomness.c++.
Referenced by kdotp::libmodelxx::randomness::get_random_unsigned_long_int(), and kdotp::libmodelxx::randomness::get_urandom_unsigned_long_int().