![]() |
fpmas 1.6
|
#include <grid.h>
Static Public Member Functions | |
static void | seed (random::mt19937_64::result_type seed) |
Static Public Attributes | |
static random::mt19937_64 | rd |
Helper class that defines a static random::mt19937_64 generator used by the GridAgentBuilder class (for any CellType
).
The random generator can be seeded by the user to control random agent initialization.
|
static |
Seeds the random generator.
seed | random seed |
|
static |
Static random generator.