/RandomTell

Randomness Test Online Tool

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

RandomTell

Python 2.7 Flask 1.0.2 ECharts 4.1.0

RandomTell is a randomness test tool based on B/S structure. It can evaluate the randomness of binary sequences with visualization display.

Screenshot

homepage

Installation

Download the RandomTell by cloning the Git repository.

git clone --depth 1 https://github.com/ciphersaw/RandomTell.git

Install the dependency packages.

pip install Flask==1.0.2 scipy==1.2.0

Usage

  1. Enter the RandomTell directory and run the tool.
python ./RandomTell.py
  1. Access http://127.0.0.1:5000 on browser.
  2. Select a file for testing in Step 1.
  3. Select the test methods in Step 2.
  4. Set the parameters for testing in Step 3.
  5. Click Start.

It will be redirected to the results page automatically after the test ending.

License

RandomTell is licensed under the GNU General Public License v3.0 that should be along with this project all the time. See the LICENSE file for details.

Links