diff --git a/content/references/translations/en/processing/PVector_set_.json b/content/references/translations/en/processing/PVector_set_.json index c860d19f..e619cfe5 100644 --- a/content/references/translations/en/processing/PVector_set_.json +++ b/content/references/translations/en/processing/PVector_set_.json @@ -25,16 +25,6 @@ "description": "the z component of the vector", "type": ["float"] }, - { - "name": "x", - "description": "the x component of the vector", - "type": ["float"] - }, - { - "name": "y", - "description": "the y component of the vector", - "type": ["float"] - }, { "name": "v", "description": "any variable of type PVector", diff --git a/content/references/translations/en/processing/random_.json b/content/references/translations/en/processing/random_.json index 5e9bfe87..82f4764b 100644 --- a/content/references/translations/en/processing/random_.json +++ b/content/references/translations/en/processing/random_.json @@ -9,6 +9,7 @@ "category": "math", "subcategory": "random", "parameters": [ + { "name": "none", "description": "If no parameters are given, returns a float from 0 (inclusive) to 1 (exclusive)"}, { "name": "low", "description": "lower limit", "type": ["float"] }, { "name": "high", "description": "upper limit", "type": ["float"] } ] diff --git a/content/references/translations/es/processing/PVector_set_.es.json b/content/references/translations/es/processing/PVector_set_.es.json index c860d19f..e619cfe5 100644 --- a/content/references/translations/es/processing/PVector_set_.es.json +++ b/content/references/translations/es/processing/PVector_set_.es.json @@ -25,16 +25,6 @@ "description": "the z component of the vector", "type": ["float"] }, - { - "name": "x", - "description": "the x component of the vector", - "type": ["float"] - }, - { - "name": "y", - "description": "the y component of the vector", - "type": ["float"] - }, { "name": "v", "description": "any variable of type PVector",