Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-07 | libc: stdlib: POSIX-compliant randomness | AptRock327 | |
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> |