The Raku Ecosystem, Working

One page per module from raku.land — installed, tested and run under Raku++, with examples you can copy straight into a file.

A module is on this site once Raku++ can do four things with it: parse its sources, install it with rakupp install, run the distribution's own test suite, and run the examples on its page. Every example below is executed under Raku++ 3.5.1 (dev build) and under Rakudo 2026.07 as the build runs, twice on each, and the build fails if an output moves. What you copy is what ran.

ModuleVersionStateExamples
Statistics::Distributions
Twenty-one named probability distributions, and one call that draws from any of them. Pure Raku, one dependency, no compiler and no C library.
0.1.8Works14
Data::Generators
Random words, strings, numbers, dates, pet names, job titles — and whole tabular datasets. The fastest way to have data before you have data.
0.1.11Works9

2 modules, 23 examples. Modules are added as they are checked — see the module FAQ for how installing works, and the conformance site for the engine itself.