Return the random type of the random engine.
More...
Return the random type of the random engine.
- Returns
- the af::randomEngineType associated with random engine
§ af_random_engine_get_seed()
C Interface for getting the seed of a random engine.
- Parameters
-
[out] | seed | The pointer to the returned seed. |
[in] | engine | The random engine object |
- Returns
- AF_SUCCESS if the execution completes properly
§ af_random_engine_get_type()
C Interface for getting random engine type.
- Parameters
-
[out] | rtype | The type of the random number generator |
[in] | engine | The random engine object |
- Returns
- AF_SUCCESS if the execution completes properly