Open SiriusStarr opened 2 years ago
Fixes #21
minRange and maxRange are used in the let dec due to hi and lo (used in the Random.int sanitization step) already being in scope.
minRange
maxRange
hi
lo
Random.int
Fixes #21
minRange
andmaxRange
are used in the let dec due tohi
andlo
(used in theRandom.int
sanitization step) already being in scope.