mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-05 06:17:32 +02:00
update doc
This commit is contained in:
@@ -8,7 +8,7 @@ Generate random points over a disk.
|
||||
|
||||
- `radius` : The radius of the disk.
|
||||
- `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
|
||||
|
||||
|
@@ -8,7 +8,7 @@ Pick random points on the surface of a sphere.
|
||||
|
||||
- `radius` : The radius of the sphere.
|
||||
- `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
|
||||
|
||||
|
Reference in New Issue
Block a user