You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karel Kubicek edited this page Jan 12, 2018
·
8 revisions
EACirc uses external library for JSON config parsing and PCG pseudo random generator.
JSON
For JSON parsing we are using json library from author Niels Lohmann. Library is provided under MIT license.
PCG C++
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.
Google test
EACirc-streams and core are verified using unit and integreation tests. We use Google test library for that.