2 overrides of Next
Microsoft.ML.Core (1)
System.Private.CoreLib (1)
101 references to Next
Aspire.Dashboard.Tests (1)
HttpStress (1)
KeyManagementSimulator (2)
Microsoft.AspNetCore.Identity.Specification.Tests (2)
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
Microsoft.AspNetCore.OpenApi.Tests (1)
Microsoft.Build.Engine.UnitTests (1)
Microsoft.CodeAnalysis (2)
Microsoft.CodeAnalysis.CSharp (15)
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.CodeAnalysis.UnitTests (19)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
Microsoft.Extensions.ObjectPool.Microbenchmark (1)
Microsoft.ML.AutoML (1)
Microsoft.ML.CpuMath.PerformanceTests (1)
Microsoft.ML.Data (1)
Microsoft.ML.Ensemble (2)
Microsoft.ML.FastTree (1)
Microsoft.ML.IntegrationTests (10)
Datasets\TypeTestData.cs (10)
131I1 = (sbyte)rng.Next(),
132U1 = (byte)rng.Next(),
133I2 = (short)rng.Next(),
134U2 = (ushort)rng.Next(),
135I4 = rng.Next(),
136U4 = (uint)rng.Next(),
137I8 = (long)rng.Next(),
138U8 = (ulong)rng.Next(),
142Ts = TimeSpan.FromSeconds(rng.NextDouble() * (1 + rng.Next())),
144Dz = DateTimeOffset.FromUnixTimeSeconds((long)(rng.NextDouble() * (1 + rng.Next()))),
Microsoft.ML.LightGbm (1)
Microsoft.ML.Mkl.Components (1)
Microsoft.ML.PCA (2)
Microsoft.ML.Predictor.Tests (4)
TestTransposer.cs (4)
159var dataA = GenerateHelper(rowCount, 0.1, rgen, () => (int)rgen.Next(), 50, 5, 10, 15);
171builder.AddColumn("F", NumberDataViewType.Int32, GenerateHelper(rowCount, 0.8, rgen, () => rgen.Next()));
225var dataA = GenerateHelper(rowCount, 0.1, rgen, () => (int)rgen.Next(), 50, 5, 10, 15);
237builder.AddColumn("F", NumberDataViewType.Int32, GenerateHelper(rowCount, 0.8, rgen, () => (int)rgen.Next()));
Microsoft.ML.Samples (2)
Microsoft.ML.SamplesUtils (2)
Microsoft.ML.StandardTrainers (2)
Microsoft.ML.Sweeper (1)
Microsoft.ML.Tests (1)
Microsoft.ML.Transforms (2)
MilvusPlayground.ApiService (1)
ProxylessEndToEnd.ApiService (1)
Shared.Tests (3)
Stress.ApiService (1)
System.Private.CoreLib (2)
System.ServiceModel.NetNamedPipe (1)
System.Text.RegularExpressions.Generator (1)
System.Windows.Forms.Tests (1)
TestProject.AppHost (1)