Current section
Files
Jump to
Current section
Files
gleam.toml
name = "prng"
version = "0.1.0"
description = "A pure random number generator"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "prng" }
[dependencies]
gleam_stdlib = "~> 0.30"
gleam_bitwise = "~> 1.3"
[dev-dependencies]
gleeunit = "~> 0.10"