| Name | <util.random_gauss> |
| Returns | ElementTag(Decimal) |
| Description | Returns a random decimal number with a gaussian distribution.
70% of all results will be within the range of -1 to 1. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L214 |