mirror of
https://github.com/Noratrieb/UselessClasses.git
synced 2026-01-14 16:45:09 +01:00
=/=
This commit is contained in:
parent
a395a0dc98
commit
1226271a94
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class GoodRandom {
|
|||
resultNumber += Math.pow(4, i) * getFourDigit();
|
||||
}
|
||||
int resultNormalized = resultNumber % range;
|
||||
return resultNormalized += min;
|
||||
return resultNormalized + min;
|
||||
}
|
||||
|
||||
private int getFourDigit(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue