Home
last modified time | relevance | path

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

/dports/graphics/povray37/povray-3.7.0.10/source/backend/support/
H A Drandomsequences.cpp527 typedef PrecomputedNumberGenerator<double> PrecomputedDoubleGenerator; typedef
922 SeedableDoubleGeneratorPtr generator(new PrecomputedDoubleGenerator(factory, count)); in GetRandomDoubleGenerator()
940 return IndexedDoubleGeneratorPtr(new PrecomputedDoubleGenerator(factory, count)); in GetIndexedRandomDoubleGenerator()
970 return SequentialDoubleGeneratorPtr(new PrecomputedDoubleGenerator(factory, count)); in GetSubRandomDoubleGenerator()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/math/
H A Drandomsequence.cpp578 typedef PrecomputedNumberGenerator<double> PrecomputedDoubleGenerator; typedef
989 SeedableDoubleGeneratorPtr generator(new PrecomputedDoubleGenerator(factory, count)); in GetRandomDoubleGenerator()
1007 return IndexedDoubleGeneratorPtr(new PrecomputedDoubleGenerator(factory, count)); in GetIndexedRandomDoubleGenerator()
1037 return SequentialDoubleGeneratorPtr(new PrecomputedDoubleGenerator(factory, count)); in GetSubRandomDoubleGenerator()