Contents:
#include <test_impl.h> template <> struct Random<double> { // typedefs using TScalar = double ; // methods template <class TRt> static TScalar sample(TRt& rng); };