Addressing nits

This commit is contained in:
Dario Pavlovic
2019-09-09 16:13:24 -07:00
parent 3932fcfebc
commit ea1ad123da
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@
/**
* Helper APIs for generating random data from input data stream.
The producer reads bytes from the end of the input and appends them together
to generate a random number in the requested range. If it runs out of input
data, it will keep returning the same value (min) over and over again.
*/
#ifndef FUZZ_DATA_PRODUCER_H