Small numerical simulator example

This is a small example of the kind of small numerical simulator I often write as I explore the dynamics of different kinds of systems. It’s not sophisticated, or advanced, but it is powerful. Usage python3 ski_sim.py | tee results.png This type of code runs multiple times faster with Pypy than it does with standard python. Exercises (Simple) Replace the normal distributions with distributions with other shapes, especially heavy tails. (Simple) Measure queue wait latency directly, calculating percentiles or other […]

Read more