EmulationStation-retropie/external/CMakeLists.txt
Gemba ee89794993 Improved randomisation: card deck approach, use ranlux48 and random_device for seed
- Use C++11 built-in ranlux48 and random_device for seeding
- Shuffles systems (aso.) like a card deck and picks top system until empty, then shuffles again
- Fixes the flaws of the current random implementation: Real 1/N chance for an element in a set of N
- Minor refactorings
2021-07-13 11:42:22 +02:00

5 lines
212 B
CMake

# set up the external libraries that aren't popular enough to be found on most
# package managers are included with the project (in the 'external' folder)
add_subdirectory("nanosvg")
add_subdirectory("pugixml")