index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Random.h
Age
Commit message (
Expand
)
Author
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-09-29
Lagom: Win32 support baby steps
Diego Iastrubni
2022-07-19
AK: Add support for building on Android with API version >= 30
Andrew Kaster
2021-09-12
AK+LibCore: Standardize on AK_OS_MACOS instead of __APPLE__
Brian Gianforcaro
2021-05-14
AK: Introduce get_random_uniform()
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-11-27
Lagom: Various fixes to make Lagom run on OSS-Fuzz (#4176)
DavidKorczynski
2020-10-20
Build: Modify various parts to allow the build to succeed on FreeBSD
Laurent Cimon
2020-10-17
ntpquery: Don't leak local time, and check origin time in reply
Nico Weber
2020-05-30
Lagom: Adjust AK, LibCore and LibTLS to build on MacOS
Marcin Gasperowicz
2020-05-27
AK: Add a simple randomness API
Andreas Kling