mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
Do not use unseeded RNG in replay analysis container test
It's just bad form.
This commit is contained in:
@@ -87,7 +87,7 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
private Replay fabricateReplay()
|
||||
{
|
||||
var frames = new List<ReplayFrame>();
|
||||
var random = new Random();
|
||||
var random = new Random(20250522);
|
||||
int posX = 250;
|
||||
int posY = 250;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user