2 references to Create
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
376
_rand = RandomUtils.
Create
(Seed);
Microsoft.ML.Transforms (1)
RandomFourierFeaturizing.cs (1)
116
_rand = seed.HasValue ? RandomUtils.
Create
(seed) : RandomUtils.Create(host.Rand);