You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: artificialintelligence/assignments/rng/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In order to clamp a random number the value between two numbers (max and min), y
35
35
36
36
## Input
37
37
38
-
Receives the seed, the number of random numbers to be generated and the range of the numbers should be in. The range is inclusive. All numbers are unsigned 32 bits integer.
38
+
Receives the seed`S`, the number `N`of random numbers to be generated and the range `R1` and `R2`of the numbers should be in, there is no guarantee the range numbers are in order. The range numbers are both inclusive. `S` and `N`are both `32 bits`unsigned integers and `R1` and `R2` are both `32 bits` signed integers.
0 commit comments