Example: runRandomWalking() calls calcAlgs(), which is also recorded. => during replay the set of actions is not the same as during record. We need a mechanism to disable recording for those calls. Recording is bad because for some tricky bugs reprosteps might be very intermittent and require "exactly the same" code paths.