1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 22:28:16 +01:00
dotSCAD/docs/lib3x-choose.md
2022-06-06 13:11:46 +08:00

16 lines
236 B
Markdown

# choose
Choose an element from the given list randomly.
**Since:** 2.5
## Parameters
- `choices` : The list to choose from.
- `seed` : Random seed value.
## Examples
use <util/choose.scad>
echo(choose([1, 2, 3, 4]));