RandUtils 0.2.0 Tools 3.2 Community
Submitted by user julienvanelian; MIT; 2021-03-17
A collection of RNG (Random Number Generator) utilities for the Godot Engine.
This addon provides:
- Random string generation
- Random boolean with ability to specify probability
- Random normalized Vec2 and Vec3
- Random Color with customizable HSV ranges
- Random item(s) from array
- Random byte(s)
This addon provides a RandUtils class, which contains static methods used to generate data. As the methods are static, you don't have to instantiate the class.
Check the readme for more information, including usage: https://github.com/JulienVanelian/godot-rand-utils
View files Download Submit an issue Recent Edits