2 writes to _random
IdeBenchmarks (2)
SQLitePersistentStorageBenchmark.cs (2)
41
_random
= null!;
72
_random
= new Random(0);
2 references to _random
IdeBenchmarks (2)
SQLitePersistentStorageBenchmark.cs (2)
105
var name =
_random
.Next(0, 4).ToString();
106
if (
_random
.Next(0, 100) < ReadPercentage)