abstreet/sim/src
Ilias d3333d813d
Feature to repeat days with noise on departure (#926)
* Added repeat days with noise function & enum

* Added widgets and controls

* Modified description

* Refactor to have an Option<usize> in signature instead of a whole new similar function

* Added noise parameter + xor random shift + clamped substraction

* Added ref to the XorShiftRng to ScenarioModifiers::apply calls

* Added noise to pushed ScenarioModifier

* Finish up the PR:

- consistently reuse the RNG in the UI like tests/headless
- slight style tweaks

Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
2022-06-14 18:23:15 +01:00
..
bin Convert other non-UI things from CmdArgs to structopt. #745 2021-10-26 12:02:40 -07:00
make Feature to repeat days with noise on departure (#926) 2022-06-14 18:23:15 +01:00
mechanics Add a layer showing pedestrian density. 2022-05-12 13:33:33 +01:00
pandemic Mechanical refactor: bus {stop, route} -> transit. #372 2021-12-07 03:10:38 -08:00
sim Add a layer showing pedestrian density. 2022-05-12 13:33:33 +01:00
analytics.rs Refactor the support for making browsers download files, and use more widely 2022-05-18 14:43:16 +01:00
events.rs Stop re-exporting stuff from synthpop in sim 2022-01-28 13:13:43 +00:00
lib.rs Refactoring problem type code in preparation for new info panel tabs 2022-05-06 15:31:37 +01:00
prebake.rs Add a smoke test that PT doesn't crash the simulation, and relax a check 2022-04-17 17:14:26 +01:00
recorder.rs Mechanical refactor in code from "rat run" to "shortcut" 2022-05-08 09:45:07 +01:00
render.rs Extend the parking thought bubbles to handle people climbing steep hills. 2021-07-10 17:14:10 -07:00
router.rs Centralize logic in TransitRoute::all_path_requests. Stop repeating it 2022-04-17 11:13:05 +01:00
scheduler.rs Mechanical refactor: bus {stop, route} -> transit. #372 2021-12-07 03:10:38 -08:00
transit.rs Don't crash when following a bus that's finished. #372 [rebuild] [release] 2022-04-17 17:31:59 +01:00
trips.rs Mechanical rename of TripEndpoint::Bldg to ::Building, mostly to kick off a [rebuild] [release] 2022-01-30 18:27:36 +00:00