Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DRandom.cpp33 DoubleDistType DoubleDist(double min, double max) { in DoubleDist() function
50 { return DoubleDist(0.0, 1.0)(); } in RandZeroToOne()
53 { return (min == max ? min : DoubleDist(min, max)()); } in RandDouble()
H A DRandom.h57 FO_COMMON_API DoubleDistType DoubleDist(double min, double max);