mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-07-31 15:43:49 -04:00
- Add a mention of internal state on RandomNumberGenerator instances. - Reorder and rename section to mention `seed()` first, as the default behavior no longer requires calling `randomize()` manually to get different results every run. - Remove notice about `randomize()` being called by default since Godot 4.0, since it's been the default behavior for a while now.