-The blocks below use Jank's C++ interop to draw samples from the standard library. We construct a [`std::mt19937`](https://en.cppreference.com/w/cpp/numeric/random/mersenne_twister_engine) (the [Mersenne Twister](https://en.wikipedia.org/wiki/Mersenne_Twister) PRNG) and a [`std::normal_distribution<double>`](https://en.cppreference.com/w/cpp/numeric/random/normal_distribution) from the [C++ standard library](https://en.cppreference.com/w/cpp/header/random), generate ten thousand samples, and collect them into a Jank vector. The `cpp/` forms sit inline with the ordinary Jank code.
0 commit comments