mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +03:00
1 line
999 B
JavaScript
1 line
999 B
JavaScript
initSidebarItems({"fn":[["fork_rng","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."]],"mod":[["activity_model","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."],["external","Some users of the API (https://dabreegster.github.io/abstreet/dev/api.html) have their own simulation input data; import it here."],["generator","This is a much more primitive way to randomly generate trips. activity_model.rs has something more realistic."],["load",""],["modifier",""],["scenario",""],["spawner","Intermediate structures used to instantiate a Scenario. Badly needs simplification: https://github.com/dabreegster/abstreet/issues/258"]]}); |