Skip to content
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.

The jitter logic in the simulator is not correct #175

Closed
bennage opened this issue Jul 1, 2015 · 0 comments
Closed

The jitter logic in the simulator is not correct #175

bennage opened this issue Jul 1, 2015 · 0 comments

Comments

@bennage
Copy link
Member

bennage commented Jul 1, 2015

The jitter logic is always adding to the interval. Instead it should be plus or minus.
For example, if we say that the event frequency can vary by 2% then it will always increase the frequency by a random value between 0 and 0.02. We really want it to add a value betwee -0.02 and +0.02.

See b99a22c for details.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants