aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/src/stdlib
AgeCommit message (Collapse)Author
2024-05-07libc: stdlib: POSIX-compliant randomnessAptRock327
This commit implements two functions: rand(), and srand() which together allow for the generation of pseudorandom numbers. Signed-off-by: AptRock327 <dominik032009@gmail.com> Signed-off-by: Ian Moffett <ian@osmora.org>