Merge pull request #28832 from hbina/issue_28689_new
[Old PR was messed up] Document reproducability of Array.shuffle()
This commit is contained in:
commit
02fa58f4a7
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue