Searched refs:single_samples (Results 1 – 3 of 3) sorted by relevance
135 SingleSampleAdapter<PhiloxRandom> single_samples(&gen);137 auto samples = dist(&single_samples);146 SingleSampleAdapter<PhiloxRandom> single_samples(&gen);149 auto samples = dist(&single_samples);
201 SingleSampleAdapter<PhiloxRandom> single_samples(&gen);203 typename Distribution::ResultType samples = dist(&single_samples);
55 SingleSampleAdapter<PhiloxRandom> single_samples(&gen); in FillRandomsWithSingles() local59 auto sample = dist(&single_samples); in FillRandomsWithSingles()