Estimates the dimensional expansivity constant (expantion rate) of the numbers in a specified file in a binary hamming space.
gcc estimate.c -o estimate
./estimate <filename>
Generates N uniformly distributed numbers within a given range and outputs them to a specified text file.
python3 generate.py <output_filename> <lower> <upper> <N>