Evolutionary Diversification in Anolis Lizards
|
Implementation of Patch class. More...
#include "patch.hpp"
#include "individual.hpp"
#include <wtl/debug.hpp>
#include <wtl/iostr.hpp>
#include <wtl/random.hpp>
#include <sfmt.hpp>
#include <cmath>
Functions | |
std::pair< unsigned int, unsigned int > | edal::choose_patch (size_t row, size_t col, Patch::URBG &engine) |
std::ostream & | edal::operator<< (std::ostream &ost, const Patch &patch) |
Stream operator for Patch. | |
Implementation of Patch class.