This commit is contained in:
Brent Guffens 2018-01-21 13:42:18 +01:00 committed by GitHub
parent aeabf4bf9b
commit 7f8b27daef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ Now we can clearly see that `1` gets twice less values than `2`. And the same wi
# The correct solution
There are many correct solutions to the task. One of them is to adjust interval borders. To ensure the same intervals, we can generate values from `0.5 to 2.5`, thus adding the required probabilities to the edges:
There are many correct solutions to the task. One of them is to adjust interval borders. To ensure the same intervals, we can generate values from `0.5 to 3.5`, thus adding the required probabilities to the edges:
```js run
*!*