mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-01-17 06:08:31 +01:00
start default to start
This commit is contained in:
parent
b384817b98
commit
0d19380f74
@ -1,6 +1,6 @@
|
||||
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(
|
||||
sd = is_undef(seed) ? floor(rands(0, 1000, 1)[0]) : seed,
|
||||
s = _pp_poisson(sampling(size, r, start, k, sd), sd),
|
||||
|
Loading…
x
Reference in New Issue
Block a user