An open API service indexing awesome lists of open source software.

https://github.com/frectonz/webcam-seeder

Seed a random number generator using a webcam picture.
https://github.com/frectonz/webcam-seeder

random-number-generator rng rust seeder webcam webcam-capture

Last synced: about 1 year ago
JSON representation

Seed a random number generator using a webcam picture.

Awesome Lists containing this project

README

          

# webcam-seeder

Seed a random number generator using a webcam picture. Inspired by this Tom Scott YouTube [video](https://www.youtube.com/watch?v=1cUUfMeOijg) showing how Cloudflare uses a picture of a wall of lava lamps to seed RNGs.

## Install

```sh
cargo install --git https://github.com/frectonz/webcam-seeder
```