You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because we are doing up to 255 sequential additions, and not in any particular sequence, files with the same real entropy will have slightly different entropies displayed on the program's output. I suppose to fix this issue (if you see it as a proper issue) you could sort the counts by size with an appropriate integer sorting algorithm, or maybe there's a fp-precise compiler option missing?
The text was updated successfully, but these errors were encountered:
because we are doing up to 255 sequential additions, and not in any particular sequence, files with the same real entropy will have slightly different entropies displayed on the program's output. I suppose to fix this issue (if you see it as a proper issue) you could sort the counts by size with an appropriate integer sorting algorithm, or maybe there's a fp-precise compiler option missing?
The text was updated successfully, but these errors were encountered: