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);