We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7da17 commit a202d93Copy full SHA for a202d93
content/en-us/reference/engine/datatypes/Random.yaml
@@ -55,7 +55,7 @@ methods:
55
summary: |
56
Returns a pseudorandom number uniformly distributed over `[0, 1]`.
57
description: |
58
- Returns a uniform pseudo-random real number in the range of 0 to 1,
+ Returns a uniform pseudorandom real number in the range of 0 to 1,
59
inclusive.
60
parameters:
61
returns:
@@ -68,7 +68,7 @@ methods:
68
69
Returns a pseudorandom number uniformly distributed over `[min, max]`.
70
71
- Returns a uniform pseudo-random real number in the range of `min` to
+ Returns a uniform pseudorandom real number in the range of `min` to
72
`max`, inclusive.
73
74
- name: min
0 commit comments