1 write to _rand
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
457_rand = rand;
2 references to _rand
Microsoft.ML.Parquet (2)
ParquetLoader.cs (2)
642order = _rand == null ? Enumerable.Range(0, size) : Utils.GetRandomPermutation(_rand, size);