mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
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:
committed by
Rémi Verschelde
parent
321a4bfcd8
commit
5e3ed7e014
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user