We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7230399 commit 87fa152Copy full SHA for 87fa152
1-js/05-data-types/02-number/8-random-min-max/solution.md
@@ -1,6 +1,6 @@
1
We need to "map" all values from the interval 0..1 into values from `min` to `max`.
2
3
-That can be done in two stages:
+이 작업은 두 단계로 이루어집니다.
4
5
1. If we multiply a random number from 0..1 by `max-min`, then the interval of possible values increases `0..1` to `0..max-min`.
6
2. Now if we add `min`, the possible interval becomes from `min` to `max`.
0 commit comments