#include<ncomputers/Intropy.hpp>
#define BlockSize 512 //optional
using namespace ncomputers;
Intropy<unsigned,BlockSize>rand;
unsigned num=rand();
#!/bin/bash
random | binary
binary < /dev/random
binary < /dev/null
binary < file
#ncomputers.org/debian
apt-get install intropy
#makefile as su
make install
g++ -O3 -std=c++11 source.cpp -o binary