#include <boost/test/unit_test.hpp>
#include <usml/ublas/randgen.h>
#include <usml/ublas/vector_math.h>
using namespace usml::ublas;
BOOST_AUTO_TEST_SUITE(randgen_test)
cout << "=== randgen_test: randVectorTest ===" << endl;
}
cout << "=== randgen_test: randMatrixTest ===" << endl;
}
BOOST_AUTO_TEST_SUITE_END()