Skip to content

Leenocktopus/random-bit-sequence-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Library of statistical tests for randomness

General

The Library consists of 2 groups of tests developed for the purpose of random number generators assessment. Even though the main goal of this project was the development of tests for short sequences evaluation, it offers a full package of tests that can be used for sequences of arbitrary length.

Technologies used: JUnit.

Statistical tests

Tests included in the project:

  • 15 NIST tests described in the NIST STS publication. NIST tests are useful when the length of a sequence is at least 100 bits.

  • 8 Multidimensional statistics tests based on the papers of S.Popereshnyak. These tests are ought to be used only when the length of a sequence is in the range between 0 and 100.