[!IMPORTANT] This library is no longer supported or updated by the Crystal Team, therefore we have archived the repository.

The contents are still available readonly and continue to work as a shards dependency.

If you wish to continue development yourself, we recommend you fork it. We can also arrange to transfer ownership. A continuation shard is available.

If you have further questions, please reach out on on https://forum.crystal-lang.org or [email protected]

crystal-random

This library contains utilities to generate random numbers.

Installation

Add this to your application's shard.yml:

dependencies:
  crystal-random:
    github: crystal-lang/crystal-random

Usage

require "crystal-random"

TODO Write usage instructions here

Development

TODO Write development instructions here