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
maybe competition.setSeed(seed.getText().isEmpty() ? UUID.randomUUID().toString().hashCode() : seed.getText().hashCode());
Does it generate one seed for all rounds or it use the seed to generate seed to next round?