This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit 1f15c629e2a2788eeabb4eaf27b4f7ba96901394 Author: aherbert <aherb...@apache.org> AuthorDate: Fri Oct 4 11:20:52 2019 +0100 Increased buffer size to match the buffer size in the java application. --- commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c b/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c index 85192a4..c81a1aa 100644 --- a/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c +++ b/commons-rng-examples/examples-stress/src/main/c/stdin2testu01.c @@ -51,7 +51,7 @@ #define TU_C "Crush" #define TU_B "BigCrush" #define T_STDOUT "stdout" -#define BUFFER_LENGTH 512 +#define BUFFER_LENGTH 2048 typedef struct { uint32_t buffer[BUFFER_LENGTH];