squirrel-rng 0.1.1

An impl of `rand::Rng` based on a talk by Squirrel Eiserloh re: Math for Game Programmers.
Documentation
[package]

name = "squirrel-rng"

version = "0.1.1"

authors = ["J/A <archer884@gmail.com>"]

edition = "2018"

license = "MIT/Apache-2.0"

homepage = "https://github.com/archer884/squirrel-rng"

repository = "https://github.com/archer884/squirrel-rng"

keywords = ["gamedev", "random", "rng"]

categories = ["game-development"]

description = """
An impl of `rand::Rng` based on a talk by Squirrel Eiserloh re: Math for Game Programmers.
"""



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

rand = "0.8.3"