summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/rand_util.cpp
AgeCommit message (Expand)Author
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber
2024-06-26[libc] Make 'rand()' thread-safe using atomics instead of TLS (#96692)Joseph Huber
2023-10-19[libc] Partially implement 'rand' for the GPU (#66167)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-12[libc] Improve the implementation of the rand() function (#66131)Joseph Huber
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy
2022-10-04[libc] implement basic rand and srandMichael Jones