Skip to content

Instantly share code, notes, and snippets.

View vlovo's full-sized avatar

Markus Leitz vlovo

View GitHub Profile
@vlovo
vlovo / gist:2aa6c746d40b176b7f7cb0717448f45d
Created March 5, 2017 14:01
fluent cpp pi::challenge
/* Copyright 2017, Markus Leitz. All rights reserved.
* http://techblog.boptics.de
* MLeitz(at)boptics.de
* Redistribution and use in source and binary forms are permitted, with or without modification.
*/
#include <time.h>
#include <iostream>
#include <boost/random.hpp>
#include <boost/random/uniform_real_distribution.hpp>