mirror of https://github.com/ppy/osu
Add random pass/play count data in test scene
This commit is contained in:
parent
9d236c503d
commit
a252c4cad5
|
@ -71,7 +71,9 @@ public void TestMetrics()
|
|||
{
|
||||
Fails = Enumerable.Range(1, 100).Select(_ => RNG.Next(10)).ToArray(),
|
||||
Retries = Enumerable.Range(-2, 100).Select(_ => RNG.Next(10)).ToArray(),
|
||||
}
|
||||
},
|
||||
PassCount = RNG.Next(0, 999),
|
||||
PlayCount = RNG.Next(1000, 1999),
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue