New float double and long double random gen functions. more comments

This commit is contained in:
2018-08-18 22:48:33 -04:00
parent a815367c9d
commit 30416b0334
10 changed files with 26 additions and 14 deletions
@@ -18,16 +18,6 @@ cUtility::cUtility()
cUtility::~cUtility()
{}
/// public:
// cUtility& cUtility::operator=( const cUtility& copy )
// {
// if (this != &copy)
// {
// }
//
// return *this;
// }
/// Functions
/*static*/ cUtility& cUtility::Inst()
{