| Name | <util.random_chance[<percent>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns a random boolean (true or false) with the given percent chance (from 0 to 100). |
| Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L189 |