mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Overhaul some "uncommon" wording in class reference
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
<param index="0" name="mean" type="float" default="0.0" />
|
||||
<param index="1" name="deviation" type="float" default="1.0" />
|
||||
<description>
|
||||
Returns a [url=https://en.wikipedia.org/wiki/Normal_distribution]normally-distributed[/url] pseudo-random number, using Box-Muller transform with the specified [param mean] and a standard [param deviation]. This is also called Gaussian distribution.
|
||||
Returns a [url=https://en.wikipedia.org/wiki/Normal_distribution]normally-distributed[/url], pseudo-random floating-point number from the specified [param mean] and a standard [param deviation]. This is also known as a Gaussian distribution.
|
||||
[b]Note:[/b] This method uses the [url=https://en.wikipedia.org/wiki/Box%E2%80%93Muller_transform]Box-Muller transform[/url] algorithm.
|
||||
</description>
|
||||
</method>
|
||||
<method name="randi">
|
||||
|
||||
Reference in New Issue
Block a user