reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
rand_utils.h
Go to the documentation of this file.
1#include <stddef.h>
2
12void perturb(int* src, size_t size, int* out);
void perturb(int *src, size_t size, int *out)
Ensures that the expectation of each entry of out is equal to the corresponding entry of src....
Definition rand_utils.c:13