summaryrefslogtreecommitdiff
path: root/src/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revamp lib, simplify it a bit and address some FIXMEsEuAndreh2025-01-121-93/+16
* src/random.h: Add initial implementation of random_{new,free,generate}()EuAndreh2024-07-051-1/+81
* Use freeit() everywhereEuAndreh2024-05-311-1/+2
* src/random.c: Simplify via better variable namesEuAndreh2024-05-241-10/+7
* Remove all remaining calls to logerr() that included a trailing newlineEuAndreh2024-05-241-5/+6
* src/random.c: Add temporary buffer so we do not mess with "addr"EuAndreh2024-04-161-2/+21
* Organaze importsEuAndreh2024-04-161-0/+1
* src/random.c: Simplify error messagesEuAndreh2024-04-161-3/+3
* src/: Check "if (x != NULL)" instead of "if (x)"EuAndreh2024-04-061-2/+2
* Start "rc = -1" instead of 0EuAndreh2024-04-061-3/+2
* Sort includesEuAndreh2024-04-061-1/+1
* Move unit tests out of src/*.c into tests/EuAndreh2024-04-051-75/+0
* src/*.c: Group tests under a single #ifdef; remove SipHash codeEuAndreh2024-01-021-7/+3
* Init project: copy files and skeletons from othersEuAndreh2024-01-011-0/+122