diff --git a/src/OpenFOAM/primitives/Random/Random.H b/src/OpenFOAM/primitives/Random/Random.H index 64cbc5f71..029be46ac 100644 --- a/src/OpenFOAM/primitives/Random/Random.H +++ b/src/OpenFOAM/primitives/Random/Random.H @@ -143,6 +143,23 @@ public: scalar globalScalar01(); }; + +template<> +inline scalar Random::sample01(); + +template<> +inline label Random::sample01(); + +template<> +inline scalar Random::sampleAB(const scalar& a, const scalar& b); + +template<> +inline label Random::sampleAB(const label& a, const label& b); + +template<> +inline scalar Random::sampleNormal(); + + // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // } // End namespace Foam