3 references to Create
Microsoft.ML.Core (3)
Environment\HostEnvironmentBase.cs (2)
142
Random rand = (seed.HasValue) ? RandomUtils.
Create
(seed.Value) : RandomUtils.Create(_rand);
421
Random rand = (seed.HasValue) ? RandomUtils.
Create
(seed.Value) : RandomUtils.Create(_rand);
Utilities\Random.cs (1)
54
return
Create
(seed.GetValueOrDefault());