1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-05 06:17:32 +02:00

update doc

This commit is contained in:
Justin Lin
2022-07-02 16:50:28 +08:00
parent 6df0170d81
commit e66aeccd33
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ Generate random points over a disk.
- `radius` : The radius of the disk. - `radius` : The radius of the disk.
- `value_count` : Number of random numbers to return as a vector. - `value_count` : Number of random numbers to return as a vector.
- `seed_value` : Optional. Seed value for random number generator for repeatable results. - `seed` : Optional. Seed value for random number generator for repeatable results.
## Examples ## Examples

View File

@@ -8,7 +8,7 @@ Pick random points on the surface of a sphere.
- `radius` : The radius of the sphere. - `radius` : The radius of the sphere.
- `value_count` : Number of random numbers to return as a vector. - `value_count` : Number of random numbers to return as a vector.
- `seed_value` : Optional. Seed value for random number generator for repeatable results. - `seed` : Optional. Seed value for random number generator for repeatable results.
## Examples ## Examples