Run statistical tests on the PRNG
This function performs statistical tests on the PRNG output to verify its quality.Usage
Parameters
Number of samples to use in tests (default: 10000)
Optional configuration to use for testing (default: NULL)
Returns
- List containing test results:
- ks_pvalue: p-value from Kolmogorov-Smirnov test for uniformity
- runs_z_score: Z-score from runs test for independence
- spectral_sd: Standard deviation of FFT components