https://github.com/rtoenniges/mycpu-hardware-random-v1
A hardware random number generator for the MyCPU.
https://github.com/rtoenniges/mycpu-hardware-random-v1
mycpu random
Last synced: 3 months ago
JSON representation
A hardware random number generator for the MyCPU.
- Host: GitHub
- URL: https://github.com/rtoenniges/mycpu-hardware-random-v1
- Owner: rtoenniges
- License: gpl-3.0
- Created: 2017-03-20T23:05:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T12:44:34.000Z (about 8 years ago)
- Last Synced: 2025-01-21T21:31:24.790Z (5 months ago)
- Topics: mycpu, random
- Language: Eagle
- Homepage:
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyCPU_HDW_RandomV1
A hardware random number generator for the [MyCPU](http://www.mycpu.eu/) based on the work of [Aaron Logue](http://www.cryogenius.com/hardware/rng/).
## Applications
* Games
* Math programs
* Encryption## Features
* Address selectable through jumpers
* Two independent noise generators
* Both noise generators were adjustable through trimmers (For justage please use this [software](/hist_prg))
* Generates 2x 16bit random numbers simultaneously
* Fetch frequenz about 1MHz (means a new random number every ~16µs)