-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Consider using min/max restrictions inside of random function, not outside;
E.g. now it will try to spawn in between [-x, x] and if 0 is minimum it'll have 50% chance of getting 0
Should've been randomed in between [0, x] in that case it's much less of a chance to have weird spawn like that in a row.
Metadata
Metadata
Assignees
Labels
No labels
