Closed Jmallone closed 3 years ago
nice, i'll change this
@Jmallone I would also rename the files to rand.hpp
and rand.cpp
instead of stdlib.*
. I know this isn't POSIX complient, but I don't think that's necessarily a goal right now. We want to (ideally) do things smarter than POSIX since we're able to start from the ground up.
Closed since @Jmallone couldn't update the MR to point to their new branch.
The pseudorandom number function in
kernel/lib/stdlib.c
folder.rand()
andsrand()