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)
642
order =
_rand
== null ? Enumerable.Range(0, size) : Utils.GetRandomPermutation(
_rand
, size);