Antkeeper
0.0.1
|
#include "game/ant/ant-genome.hpp"
#include "game/ant/ant-gene-pool.hpp"
#include <memory>
#include <random>
Go to the source code of this file.
Functions | |
template<class URBG > | |
std::unique_ptr< ant_genome > | ant_cladogenesis (const ant_gene_pool &pool, URBG &urbg) |
Generates an ant genome from a gene pool. More... | |
std::unique_ptr<ant_genome> ant_cladogenesis | ( | const ant_gene_pool & | pool, |
URBG & | urbg | ||
) |
Generates an ant genome from a gene pool.
URBG | Uniform random bit generator type. |
pool | Ant gene pool. |
urbg | Uniform random bit generator object. |
Definition at line 39 of file ant-cladogenesis.hpp.