// the scale parameter must equal the 63rd percentile value - test seems unreliable, perhaps test with a range rather than exact shape. Thinking 1.9 to 2.1, but perhaps overkill.
0.7==quantile(Array.from({length:3000},randomWeibull(1.0,1.0)),0.5).toFixed(1)// actual expected: 0.69351
// test some known percentiles
1.7==quantile(Array.from({length:3000},randomWeibull(2.0,2.0)),0.5).toFixed(1)// actual expected: 0.1.6651
md`## Appendix`
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.