Fix sentence in RandomNumberGenerator.xml

This commit is contained in:
curious-broccoli 2023-11-01 21:37:01 +01:00 committed by GitHub
parent e07b3ee253
commit 385f4cb572
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>