diff options
Diffstat (limited to 'docs/content/en/functions/math/Rand.md')
-rw-r--r-- | docs/content/en/functions/math/Rand.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/content/en/functions/math/Rand.md b/docs/content/en/functions/math/Rand.md index cae6455c0..d659e651f 100644 --- a/docs/content/en/functions/math/Rand.md +++ b/docs/content/en/functions/math/Rand.md @@ -3,11 +3,11 @@ title: math.Rand description: Returns a pseudo-random number in the half-open interval [0.0, 1.0). categories: [] keywords: [] -action: - aliases: [] - related: [] - returnType: float64 - signatures: [math.Rand] +params: + functions_and_methods: + aliases: [] + returnType: float64 + signatures: [math.Rand] --- {{< new-in 0.121.2 />}} |