Closed sabu36 closed 4 years ago
I realized that allocation can use weights or probability distributions as well. I also made the structure of allocators
analogous to generators
directory.
generators
| index.js
| ...
|
|___utils
| common.js
| prob-dist.js
| weights.js
| weights.test.js
|
|___allocators
| index.js
|
|__points
| stars.js
|
|__regions
dominoes.js
quadrants.js
For mix-and-matching.