aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdlib/rand.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-07-17[libc] Change rand implementation so all tests pass in both 32- and 64-bit sy...Mikhail R. Gadelha1-11/+30
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek1-2/+3
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini1-3/+2
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek1-2/+3
2024-06-26[libc] Remove atomic alignment diagnostics globally (#96803)Joseph Huber1-6/+0
2024-06-26[libc] Fix Fuscia builder failing on atomic warnings (#96791)Joseph Huber1-0/+6
2024-06-26[libc] Make 'rand()' thread-safe using atomics instead of TLS (#96692)Joseph Huber1-6/+12
2023-10-19[libc] Partially implement 'rand' for the GPU (#66167)Joseph Huber1-4/+6
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet1-2/+2
2023-09-12[libc] Improve the implementation of the rand() function (#66131)Joseph Huber1-5/+7
2022-10-04[libc] implement basic rand and srandMichael Jones1-0/+22