File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ ENDVERBATIM
208208 : independent of nhost or which host this instance is on
209209 : is desired, since each instance on this cpu draws from
210210 : the same stream
211- value = scop_random(1 )
211+ value = scop_random()
212212VERBATIM
213213 }
214214ENDVERBATIM
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ VERBATIM
115115 return value;
116116 } else {
117117ENDVERBATIM
118- value = scop_random(1 )
118+ value = scop_random()
119119VERBATIM
120120 }
121121ENDVERBATIM
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ VERBATIM
118118 return value;
119119 } else {
120120ENDVERBATIM
121- value = scop_random(1 )
121+ value = scop_random()
122122VERBATIM
123123 }
124124ENDVERBATIM
You can’t perform that action at this time.
0 commit comments