libdieharder (3) Linux Manual Page
libdieharder – A testing and benchmarking library for random number generators Synopsis#include dieharder.h void run_user_template() { Test **user_template_test; /* * Create the test */ user_template_test = create_test(&user_template_dtest,tsamples,psamples,&user_template); /* * Set any GLOBAL data used by the test. */ user_template_lag = (int)x_user; /* * Show the standard test header */ show_test_header(&user_template_dtest,user_template_test); /* * Call the test…
