aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdlib/rand_util.cpp
AgeCommit message (Expand)AuthorFilesLines
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][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber1-1/+1
2024-06-26[libc] Make 'rand()' thread-safe using atomics instead of TLS (#96692)Joseph Huber1-9/+4
2023-10-19[libc] Partially implement 'rand' for the GPU (#66167)Joseph Huber1-0/+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-1/+3
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy1-1/+2
2022-10-04[libc] implement basic rand and srandMichael Jones1-0/+15