Public
Edited
Oct 24, 2023
1 fork
10 stars
Insert cell
Insert cell
seed = 0.4212687683098432008
Insert cell
Array.from({length: 3}, d3.randomLcg(seed))
Insert cell
Array.from({length: 3}, d3.randomNormal.source(d3.randomLcg(seed))(0, 1))
Insert cell
Insert cell
Insert cell
Array.from({length: 3}, d3.randomLcg())
Insert cell
Array.from({length: 3}, d3.randomLcg())
Insert cell
Insert cell
Insert cell
d3 = require("d3-random@>=2.2")
Insert cell

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.
Learn more