Merge pull request #28832 from hbina/issue_28689_new

[Old PR was messed up] Document reproducability of Array.shuffle()
This commit is contained in:
Max Hilbrunner
2019-05-13 02:30:20 +02:00
committed by GitHub
+1 -1
View File
@@ -291,7 +291,7 @@
</method>
<method name="shuffle">
<description>
Shuffles the array such that the items will have a random order.
Shuffles the array such that the items will have a random order. This method uses the global random number generator common to methods such as [method @GDScript.randi]. Call [method @GDScript.randomize] to ensure that a new seed will be used each time if you want non-reproducible shuffling.
</description>
</method>
<method name="size">