content/projects/roul.html @ 3b0fb0a3ea52
Fix sub() in list-out-of-lambda.html
author |
Ivan Vyshnevskyi <sainaen@gmail.com> |
date |
Sun, 31 Mar 2013 18:32:09 +0300 |
parents |
0817eb267b89 |
children |
(none) |
{% extends "_post.html" %}
{% hyde
title: "Roul"
snip: "A tiny Clojure library for working with random numbers."
created: 2012-04-08 15:45:01
exclude: False
%}
{% block article %}
[Roul][] is a little Clojure library that makes working with random numbers in
Clojure less painful.
It's open source (MIT/X11 licensed) on [BitBucket][] and [GitHub][].
[Roul]: http://sjl.bitbucket.org/roul/
[BitBucket]: http://bitbucket.org/sjl/roul/
[GitHub]: http://github.com/sjl/roul/
{% endblock %}