summaryrefslogtreecommitdiff
path: root/libc/src/stdlib/srand.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] Remove atomic alignment diagnostics globally (#96803)Joseph Huber
2024-06-26[libc] Fix Fuscia builder failing on atomic warnings (#96791)Joseph Huber
2024-06-26[libc] Make 'rand()' thread-safe using atomics instead of TLS (#96692)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2022-10-04[libc] implement basic rand and srandMichael Jones