Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.03 KB

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 crystal@manas.tech

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