https://github.com/horberlan/true_random_numbers
probably, I will create a game based on random values to gain insights about the Gleam programming language.
https://github.com/horberlan/true_random_numbers
Last synced: 4 months ago
JSON representation
probably, I will create a game based on random values to gain insights about the Gleam programming language.
- Host: GitHub
- URL: https://github.com/horberlan/true_random_numbers
- Owner: horberlan
- Created: 2024-11-11T02:48:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T03:15:05.000Z (over 1 year ago)
- Last Synced: 2025-04-04T10:11:45.973Z (about 1 year ago)
- Language: Gleam
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# true_random_number
[](https://hex.pm/packages/true_random_number)
[](https://hexdocs.pm/true_random_number/)
```sh
gleam add true_random_number@1
```
```gleam
import true_random_number
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```