Module synthpop::make

source ·
Expand description

Modules§

  • An activity model creates “people” that follow a set schedule of activities through the day. Each activity (like shopping, working, sleeping) lasts some time, and requires the person to go somewhere at some time. This is an extremely simple activity model that just uses data inferred from OSM.
  • generator 🔒
    This is a much more primitive way to randomly generate trips. activity_model.rs has something more realistic.

Structs§

Functions§

  • Need to explain this trick – basically keeps consistency between two different simulations when each one might make slightly different sequences of calls to the RNG.