-
Notifications
You must be signed in to change notification settings - Fork 8
Third party libraries
Karel Kubicek edited this page Jan 12, 2018
·
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.
- EACirc-streams and core are verified using unit and integreation tests. We use Google test library for that.