Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_rand.h
Go to the documentation of this file.
1 
19 //--------------------------------------------------------------------------------------------------
27 #ifndef LEGATO_RAND_INCLUDE_GUARD
28 #define LEGATO_RAND_INCLUDE_GUARD
29 
30 
31 //--------------------------------------------------------------------------------------------------
40 //--------------------------------------------------------------------------------------------------
41 uint32_t le_rand_GetNumBetween
42 (
43  uint32_t min,
44  uint32_t max
45 );
46 
47 
48 //--------------------------------------------------------------------------------------------------
52 //--------------------------------------------------------------------------------------------------
54 (
55  uint8_t* bufPtr,
56  size_t bufSize
57 );
58 
59 
60 #endif // LEGATO_RAND_INCLUDE_GUARD
void le_rand_GetBuffer(uint8_t *bufPtr, size_t bufSize)
uint32_t le_rand_GetNumBetween(uint32_t min, uint32_t max)