Skip to content

Commit 0fbef83

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 86506ce + 8c95f8c commit 0fbef83

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# gen-dataset
22
A command line tool to quickly generate a lot of files in a lot of directories. This tool creates an [M-ary tree](https://en.wikipedia.org/wiki/M-ary_tree)
3-
shaped directory tree and randomly places any number of files of any size within this tree. The distribution of files per directory is roughly equal.
4-
Since the width of directories increases geometrically as the depth increases, the probability distribution of file depth is biased towards the deepest level.
5-
Biasing the distribution this way ensures that each directory has a similar number of files instead of having most of the file density at the top of the tree.
3+
shaped directory tree and randomly places any number of files of any size within this tree. The distribution of files per directory is roughly equal. If a size is provided, the files will be filled with zeros up to that size.
64

75
## Installation
86
### Precompiled Static Binary

0 commit comments

Comments
 (0)