An open API service indexing awesome lists of open source software.

https://github.com/crystal-lang/crystal-random


https://github.com/crystal-lang/crystal-random

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

> [!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](https://github.com/crystal-lang/shards/) dependency.
>
> If you wish to continue development yourself, we recommend you fork it.
> We can also arrange to transfer ownership. A
> [continuation shard](https://github.com/ysbaddaden/random.cr)
> 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`:

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

## Usage

```crystal
require "crystal-random"
```

TODO: Write usage instructions here

## Development

TODO: Write development instructions here
- [crystal-lang](https://github.com/crystal-lang) The Crystal Lang Team - creator, maintainer