Ocean
Random.h File Reference

Go to the source code of this file.

Data Structures

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...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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...