mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 22:29:18 +00:00
- Document `Array.pick_random()` as a shorthand. - Use global scope random methods as they are all available in global scope now. - Remove calls to `randomize()` that are not needed for code samples to be functional, as the engine now calls `randomize()` on startup once automatically.