mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 18:34:23 +08:00
a1c98e143ea57856cd608bab290eb895d87701f2
- Don't forward RtlRandomEx to RtlRandom in ntdll -- RtlRandomEx should use a different algorithm (but is simply a copy of RtlRandom right now). - Revert RtlUniform back to the "slow" version -- let the compiler do its job instead of obfuscating code for a miniscule speed gain. svn path=/trunk/; revision=42378
…
…
…
…
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%