Edit of asset "RandUtils" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | RandUtils | |
| Description |
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 |
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 |
| Category | Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/JulienVanelian/godot-rand-utils | |
| Issues Url | https://github.com/JulienVanelian/godot-rand-utils/issues | |
| Godot version | Godot 3.2 | |
| Version String | 0.2.0 | |
| Download Commit | 09d9e61af0fe60a178099480c185e148ae66c990 | |
| Download Url (Computed) | https://github.com/JulienVanelian/godot-rand-utils/archive/09d9e61af0fe60a178099480c185e148ae66c990.zip | |
| Icon Url |
https://raw.githubusercontent.com/JulienVanelian/godot-rand-utils/main/icon.png
|
|