Files
ladybird/Userland/Libraries/LibC/stdlib.cpp
Andreas Kling ae07660587 LibC: Buffer randomness to avoid syscall in every arc4random_buf()
Keep a page-sized buffer of random bytes cached and work through it
before calling the kernel again.
2021-12-25 14:20:13 +01:00

36 KiB