-
Notifications
You must be signed in to change notification settings - Fork 8
Third party libraries
mitko501 edited this page Feb 18, 2017
·
8 revisions
EACirc uses external library for JSON config parsing and PCG pseudo random generator.
- For JSON parsing we are using json library from author Niels Lohmann. Library is provided under MIT license.
- We are using pcg32 algorithm from library PCG random number generation, C++ edition. Library is provided under Apache License version 2.0. More information can be found in README file.