LibDap-test
Functions
/home/blus/DemLabs/libdap/MVL/libdap-test/dap_test_generator.h File Reference
#include <stdint.h>
#include <stdlib.h>
#include <time.h>
Include dependency graph for dap_test_generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void generate_random_byte_array (uint8_t *array, const size_t size, const int BYTE_SIZE)
 The function fills an array with random numbers. More...
 

Function Documentation

void generate_random_byte_array ( uint8_t *  array,
const size_t  size,
const int  BYTE_SIZE 
)

The function fills an array with random numbers.

Parameters
[out]arrayTakes a pointer to an array
[in]sizeSize of the array passed in the array parameter
[in]BYTE_SIZETakes the maximum value, range from zero to maximum

The function fills an array with random integer non-negative values