diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-02 18:02:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-02 18:02:13 +0200 |
commit | 6f2ccb15b1599700dc6c9c2388609eccca10a608 (patch) | |
tree | d84732290af6e0dfac683eaf2ceea4bd4f7f2493 /Makefile | |
parent | Add TODO file (diff) | |
download | libsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.gz libsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.bz2 libsimple-6f2ccb15b1599700dc6c9c2388609eccca10a608.tar.xz |
m + add libsimple_random_bytes
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -941,6 +941,7 @@ OBJ =\ qsort_ushortp.o\ qsort_ushortp_nul.o\ random_bits.o\ + random_bytes.o\ random_float.o\ random_signed.o\ random_unsigned.o\ |