Rizin
unix-like reverse engineering framework and cli tools
|
#include <stddef.h>
Go to the source code of this file.
Functions | |
void | RDG_genOut (unsigned long long size, double matchProba, double litProba, unsigned seed) |
void | RDG_genBuffer (void *buffer, size_t size, double matchProba, double litProba, unsigned seed) |
void RDG_genBuffer | ( | void * | buffer, |
size_t | size, | ||
double | matchProba, | ||
double | litProba, | ||
unsigned | seed | ||
) |
Definition at line 155 of file datagen.c.
References lt, RDG_fillLiteralDistrib(), and RDG_genBlock().
Referenced by BMK_benchMem(), and BMK_syntheticTest().
Definition at line 165 of file datagen.c.
References lt, memcpy(), RDG_BLOCKSIZE, RDG_DICTSIZE, RDG_fillLiteralDistrib(), RDG_genBlock(), and SET_BINARY_MODE.
Referenced by main().