Skip to content

Commit

Permalink
"pseudo-" -> "pseudo"
Browse files Browse the repository at this point in the history
In-line with the rest of the document.
  • Loading branch information
idontyboi authored Nov 23, 2024
1 parent 5c7da17 commit a202d93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/datatypes/Random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ methods:
summary: |
Returns a pseudorandom number uniformly distributed over `[0, 1]`.
description: |
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,
inclusive.
parameters:
returns:
Expand All @@ -68,7 +68,7 @@ methods:
summary: |
Returns a pseudorandom number uniformly distributed over `[min, max]`.
description: |
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
`max`, inclusive.
parameters:
- name: min
Expand Down

0 comments on commit a202d93

Please sign in to comment.