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...
|
| |
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| using | Ocean::Random = RandomT< Scalar > |
| | Definition of the Random object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| using | Ocean::RandomD = RandomT< double > |
| | Instantiation of the RandomT template class using a double precision float data type.
|
| |
| using | Ocean::RandomF = RandomT< float > |
| | Instantiation of the RandomT template class using a single precision float data type.
|
| |