Random number generation module interface header file. More...
#include "mcl/mcl_common.h"
Go to the source code of this file.
Functions | |
MCL_EXPORT E_MCL_ERROR_CODE | mcl_random_generate_guid (char **guid) |
Generates globally unique identifier. More... | |
Random number generation module interface header file.
Definition in file mcl_random.h.
MCL_EXPORT E_MCL_ERROR_CODE mcl_random_generate_guid | ( | char ** | guid | ) |
Generates globally unique identifier.
[out] | guid | Random guid. |
Definition at line 42 of file random.c.
References ASSERT_CODE_MESSAGE, ASSERT_NOT_NULL, string_t::buffer, DEBUG_ENTRY, DEBUG_LEAVE, MCL_FREE, MCL_NULL, MCL_OK, and random_generate_guid().