Go to the source code of this file.
|
class | Ocean::RandomT< T > |
| This class provides several random functions for different data types using a floating point type for its elements that is specified by T. More...
|
|
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef RandomT< Scalar > | Ocean::Random |
| Definition of the Random object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef RandomT< double > | Ocean::RandomD |
| Instantiation of the RandomT template class using a double precision float data type. More...
|
|
typedef RandomT< float > | Ocean::RandomF |
| Instantiation of the RandomT template class using a single precision float data type. More...
|
|