Replace some "uncommon" words in class reference

This commit is contained in:
Micky 2024-01-15 15:23:17 +01:00
parent 9e65c5c0f4
commit 61bdbdd9ee
19 changed files with 24 additions and 24 deletions

View file

@ -6,7 +6,7 @@
<description>
RandomNumberGenerator is a class for generating pseudo-random numbers. It currently uses [url=https://www.pcg-random.org/]PCG32[/url].
[b]Note:[/b] The underlying algorithm is an implementation detail and should not be depended upon.
To generate a random float number (within a given range) based on a time-dependant seed:
To generate a random float number (within a given range) based on a time-dependent seed:
[codeblock]
var rng = RandomNumberGenerator.new()
func _ready():