diff options
author | madmaxoft <github@xoft.cz> | 2014-06-09 21:18:20 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-06-09 21:18:20 +0200 |
commit | 3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e (patch) | |
tree | f5cada76ce9e91f3b2dba79866d693806a12bc61 /docs/Generator.html | |
parent | Fixed debugging code in tolua++ driver script. (diff) | |
download | cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar.gz cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar.bz2 cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar.lz cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar.xz cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.tar.zst cuberite-3a3c42276e0c22d6a199a97bee7c9c5ec5c1a98e.zip |
Diffstat (limited to 'docs/Generator.html')
-rw-r--r-- | docs/Generator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Generator.html b/docs/Generator.html index 7b70033cb..90a92c553 100644 --- a/docs/Generator.html +++ b/docs/Generator.html @@ -474,7 +474,7 @@ By adding together two random numbers in the same range, we get the probability "roof" shape, enough for our needs:</p> <img src="img/roofprobability.jpg" /> -<p>(For the curious, there is a proof that adding together infinitely many uniform-distributed random number +<p>(For the curious, there is a proof that adding together infinitely many uniform-distributed random numbers produces random numbers with the Gaussian distribution.)</p> <p>This scheme can be used to produce clumps of flowers, when we select the 2D coords of the clump center on |