mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 23:06:43 +02:00
start default to start
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
use <_impl/_pp_poisson2.scad>
|
use <_impl/_pp_poisson2.scad>
|
||||||
|
|
||||||
function pp_poisson2(size, r, start, k = 30, seed = undef, history = false) =
|
function pp_poisson2(size, r, start = undef, k = 30, seed = undef, history = false) =
|
||||||
let(
|
let(
|
||||||
sd = is_undef(seed) ? floor(rands(0, 1000, 1)[0]) : seed,
|
sd = is_undef(seed) ? floor(rands(0, 1000, 1)[0]) : seed,
|
||||||
s = _pp_poisson(sampling(size, r, start, k, sd), sd),
|
s = _pp_poisson(sampling(size, r, start, k, sd), sd),
|
||||||
|
Reference in New Issue
Block a user