diff options
-rw-r--r-- | specs/06.Demand.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/specs/06.Demand.md b/specs/06.Demand.md index 01424a27..bd8d5dcd 100644 --- a/specs/06.Demand.md +++ b/specs/06.Demand.md @@ -25,6 +25,7 @@ every day the `bias` will be offset by `[-10,10]` multiplied by the [sway coeffi (clamped to -50% & 50%).
```c
bias += rand(-10,10) * sway
+bias = clamp(bias,-50,50)
```
### Traffic Coefficent
|