summaryrefslogtreecommitdiff
path: root/src/random.c
Commit message (Collapse)AuthorAge
* all: Consider types and numerical limitsAndrew Opalach 2025-01-17
- Vastly improve tests. - Change array/str/wstr APIs. - Use ptrdiff_t instead of size_t in ring buffer. - Make random seed thread-local. - Log now uses a static thread-local buffer instead of a malloc'd buffer. Signed-off-by: Andrew Opalach <andrew@akon.city>