https://github.com/607011/entropist
Generate random numbers from mouse moves and keystrokes
https://github.com/607011/entropist
cpp cpp11 random-number-generators
Last synced: 4 days ago
JSON representation
Generate random numbers from mouse moves and keystrokes
- Host: GitHub
- URL: https://github.com/607011/entropist
- Owner: 607011
- License: gpl-3.0
- Created: 2018-06-20T13:01:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T12:53:59.000Z (about 8 years ago)
- Last Synced: 2025-05-19T19:53:55.372Z (about 1 year ago)
- Topics: cpp, cpp11, random-number-generators
- Language: C++
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# entropist
Generate random numbers from mouse moves and keystrokes
## Install and run
### Linux
```
sudo apt install libcrypto++-dev
git clone https://github.com/ola-ct/entropist.git
cd entropist
mkdir Release
cd Release
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo ./entropist -v --hex
```
Move mouse around for a while. Hexadecimally coded random numbers should appear.