C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Class Reference

Uniform initializer parameters. More...

Class Declaration

Constructor & Destructor Documentation

Parameter ( double  _a = -0.5,
double  _b = 0.5,
size_t  _seed = 777 
)
inline

Main constructor

Parameters
[in]_aLeft bound a
[in]_bRight bound b
[in]_seedSeed for generating random numbers for the initialization
Deprecated:
This item will be removed in a future release.

Member Data Documentation

double a

Left bound a

double b

Right bound b

size_t seed

Seed for generating random numbers

Deprecated:
This item will be removed in a future release.

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.