Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianbruggeman/rand
Random number generator based on noise
https://github.com/brianbruggeman/rand
Last synced: 25 days ago
JSON representation
Random number generator based on noise
- Host: GitHub
- URL: https://github.com/brianbruggeman/rand
- Owner: brianbruggeman
- Created: 2024-08-22T13:04:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T15:20:41.000Z (2 months ago)
- Last Synced: 2024-08-29T00:08:37.608Z (2 months ago)
- Language: Rust
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![CI Workflow](https://github.com/brianbruggeman/rand/actions/workflows/ci.yml/badge.svg)](https://github.com/brianbruggeman/rand/actions/workflows/ci.yml)[![Release Workflow](https://github.com/brianbruggeman/rand/actions/workflows/release.yml/badge.svg)](https://github.com/brianbruggeman/rand/actions/workflows/release.yml)[![Audit Workflow](https://github.com/brianbruggeman/rand/actions/workflows/audit.yml/badge.svg)](https://github.com/brianbruggeman/rand/actions/workflows/audit.yml)
# Rand
Yet another random number generator. This time built on noise.
Taken from GDC17 talk: https://www.youtube.com/watch?v=LWFzPP8ZbdU