mcl_random.h
Go to the documentation of this file.
1 /*!**********************************************************************
2 *
3 * @copyright Copyright (C) 2017 Siemens Aktiengesellschaft.\n
4 * All rights reserved.
5 *
6 *************************************************************************
7 *
8 * @file mcl_random.h
9 * @date Dec 6, 2017
10 * @brief Random number generation module interface header file.
11 *
12 ************************************************************************/
13 
14 #ifndef MCL_RANDOM_H_
15 #define MCL_RANDOM_H_
16 
17 #include "mcl/mcl_common.h"
18 
19 #ifdef __cplusplus
20 extern "C"
21 {
22 #endif
23 
36 
37 #ifdef __cplusplus
38 }
39 #endif
40 
41 #endif //MCL_RANDOM_H_
#define MCL_EXPORT
Common module interface header file.
MCL_EXPORT E_MCL_ERROR_CODE mcl_random_generate_guid(char **guid)
Generates globally unique identifier.
Definition: random.c:42
E_MCL_ERROR_CODE
MCL Error code definitions. Every function returning an error code uses this enum values...
Definition: mcl_common.h:137