Home
last modified time | relevance | path

Searched refs:CreateRandomDoubles (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs90 doubleValues = CreateRandomDoubles(random, BytesToWrite / sizeof(double)); in GlobalSetup()
473 private static double[] CreateRandomDoubles(Random random, int valueCount) in CreateRandomDoubles() method in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark