Merge pull request #84322 from curious-broccoli/patch-2

Fix sentence in RandomNumberGenerator.xml
This commit is contained in:
Rémi Verschelde 2023-11-01 22:33:46 +01:00
commit 37d51d2cb7
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -56,7 +56,7 @@
<method name="randomize">
<return type="void" />
<description>
Setups a time-based seed to for this [RandomNumberGenerator] instance. Unlike the [@GlobalScope] random number generation functions, different [RandomNumberGenerator] instances can use different seeds.
Sets up a time-based seed for this [RandomNumberGenerator] instance. Unlike the [@GlobalScope] random number generation functions, different [RandomNumberGenerator] instances can use different seeds.
</description>
</method>
</methods>