6 references to RandomUtils
Microsoft.ML.Core (6)
Environment\HostEnvironmentBase.cs (6)
142
Random rand = (seed.HasValue) ?
RandomUtils
.Create(seed.Value) :
RandomUtils
.Create(_rand);
376
_rand =
RandomUtils
.Create(Seed);
394
_rand = rand ??
RandomUtils
.Create();
421
Random rand = (seed.HasValue) ?
RandomUtils
.Create(seed.Value) :
RandomUtils
.Create(_rand);