Bookshelf icon indicating copy to clipboard operation
Bookshelf copied to clipboard

`bs.random`: Monte Carlo algorithms for random generation in distribution

Open VForiel opened this issue 3 years ago • 1 comments

Implement the monte-carlo algorithm in order to generate random number according to a given distribution.

Note

Existing related datapack: https://github.com/Aeldrion/Minecraft-Random

VForiel avatar Apr 30 '22 15:04 VForiel

I'm working on this issue

  • [x] Uniform distribution
  • [x] Binomial distribution
  • [x] Geometric distribution
  • [x] Poisson distribution
  • [x] Random choice (with selectable distribution)

SBtree-bit avatar Jun 16 '24 00:06 SBtree-bit