Replace HTTP links with HTTPS for sites with HTTPS versions
This commit is contained in:
parent
bb1c930a41
commit
ae1702bee5
55 changed files with 83 additions and 83 deletions
|
|
@ -4,7 +4,7 @@
|
|||
A class for generating pseudo-random numbers.
|
||||
</brief_description>
|
||||
<description>
|
||||
RandomNumberGenerator is a class for generating pseudo-random numbers. It currently uses [url=http://www.pcg-random.org/]PCG32[/url].
|
||||
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. As a result, it should not be depended upon for reproducible random streams across Godot versions.
|
||||
To generate a random float number (within a given range) based on a time-dependant seed:
|
||||
[codeblock]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue