fix datagen size control

This commit is contained in:
Yann Collet 2024-02-20 18:06:56 -08:00
parent 7a225c0c46
commit 1e240af30a

View File

@ -143,7 +143,6 @@ int main(int argc, const char** argv)
LOREM_genOut(size, seed);
}
RDG_genStdout(size, (double)probaU32 / 100, litProba, seed);
DISPLAYLEVEL(3, "\n");
return 0;