As of #188, we use a process wide incrementing ID for the request ID (which is used as the stable random number during runtime routing).
This is good for performance reasons (and in many deployments provides effectively random behavior), but the behavior is confusing for newcomers. We should make the new and old behavior configurable.