1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00
This commit is contained in:
Justin Lin
2019-08-11 10:54:22 +08:00
parent fd5cb7f54c
commit 6bda7cc3fa

1
src/util/rand.scad Normal file
View File

@@ -0,0 +1 @@
function rand() = rands(0, 1, 1)[0];