Replace some "uncommon" words in class reference
This commit is contained in:
parent
9e65c5c0f4
commit
61bdbdd9ee
19 changed files with 24 additions and 24 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue