https://github.com/crystal-lang/crystal-random
https://github.com/crystal-lang/crystal-random
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystal-lang/crystal-random
- Owner: crystal-lang
- License: mit
- Archived: true
- Created: 2017-06-29T16:30:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-04T12:59:35.000Z (6 months ago)
- Last Synced: 2025-03-25T04:54:50.893Z (3 months ago)
- Language: Crystal
- Size: 16.6 KB
- Stars: 3
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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