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

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

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.