Link to the Random number generation tutorial in RandomNumberGenerator

This was done in `master` already, but not in `3.x`.

(cherry picked from commit 93f4f9e076)
This commit is contained in:
Hugo Locurcio
2021-07-31 22:53:46 +02:00
committed by Rémi Verschelde
parent 321a4bfcd8
commit 5e3ed7e014
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@
[b]Note:[/b] The default values of [member seed] and [member state] properties are pseudo-random, and changes when calling [method randomize]. The [code]0[/code] value documented here is a placeholder, and not the actual default seed.
</description>
<tutorials>
<link title="Random number generation">https://docs.godotengine.org/en/3.3/tutorials/math/random_number_generation.html</link>
</tutorials>
<methods>
<method name="randf">