Luna/libc
apio a0b45a51de
All checks were successful
continuous-integration/drone/push Build is passing
libc: Add rand() + srand()
Very basic random number generator, but that's what rand() is.
If you want secure numbers then use arc4random() or something idk
2023-05-02 21:20:24 +02:00
..
include libc: Add rand() + srand() 2023-05-02 21:20:24 +02:00
src libc: Add rand() + srand() 2023-05-02 21:20:24 +02:00
CMakeLists.txt apps: Add uname 2023-04-24 21:02:04 +02:00