Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 505 Bytes

expansivity_estimation

estimate.c

Estimates the dimensional expansivity constant (expantion rate) of the numbers in a specified file in a binary hamming space.

Compilation

gcc estimate.c -o estimate

Usage

./estimate <filename>

generate.py

Generates N uniformly distributed numbers within a given range and outputs them to a specified text file.

Usage

python3 generate.py <output_filename> <lower> <upper> <N>