This project is a C++ rewrite of sy3c4ll/LVEq. This project aims to verify the accuracy of the Lotka-Volterra equations on the ecology dynamics of predator and prey species. 100 predators, 1,000 preys ...
C++ 20 contains the core language support needed to make coroutines (async/await) possible, but it does not provide the related types needed to write an actual coroutine or functions to consume ...