diff options
author | Mattias Andrée <maandree@kth.se> | 2024-01-28 16:34:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-01-28 16:34:27 +0100 |
commit | 71811470be4f182b623510cf92ea5cfff16df172 (patch) | |
tree | 7f5e35dbdc22bd64dec1e8b62ffc9214544ae466 /libsimple.h | |
parent | Fix typo (diff) | |
download | libsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.gz libsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.bz2 libsimple-71811470be4f182b623510cf92ea5cfff16df172.tar.xz |
Add libsimple_generate_seed and libsimple_srand
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libsimple.h')
-rw-r--r-- | libsimple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h index 9cc0f8f..1cd7806 100644 --- a/libsimple.h +++ b/libsimple.h @@ -165,6 +165,7 @@ #include "libsimple/strn.h" #include "libsimple/strtoint.h" #include "libsimple/search.h" +#include "libsimple/random.h" /** |