Blog
The OCaml Planet
Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.
Want your Blog Posts or Videos to Show Here?
To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.
(now with highlighting!) Last time I complained that I couldn't find an easy way to share a source code archive that didn't involve signin...
Update: Here is the PNGPack source-code archive: Per second. Yes, it's benchmark time. I pitted Prof. Perlin's original implementation ...
So how do you use Perlin's Simplex Noise ? By using the GIF encoder , of course! I generated the test image shown in the last post: with a...
Graphics pioneer Ken Perlin is well-known for his work on procedural generation of textures. Recently he rewrote his classic Noise algorithm...
The four nines puzzle asks which positive numbers can be obtained from arithmetic expressions involving four "9" digits and an assortment ...
This is a note regarding the implementation of Vose's Method to construct the alias tables for non-uniform discrete probability sampling pr...
If you do statistics you know of erf and erfc ; if you work in OCaml you surely miss them. It is not very difficult to port the canonical i...