#include #include int main() { std::random_device rd; std::cout << "Entropy: " << rd.entropy() << std::endl; }