LibDap-test
/home/blus/DemLabs/libdap/MVL/libdap-test/dap_test_generator.h
Go to the documentation of this file.
1 #pragma once
2 #include <stdint.h>
3 #include <stdlib.h>
4 #include <time.h>
5 
6 void generate_random_byte_array(uint8_t* array, const size_t size, const int BYTE_SIZE);
7 
void generate_random_byte_array(uint8_t *array, const size_t size, const int BYTE_SIZE)
The function fills an array with random numbers.
Definition: dap_test_generator.c:11