Skip to content

Instantly share code, notes, and snippets.

View yjwoo14's full-sized avatar

Jungwoo Yang yjwoo14

  • SCALGO
  • Seoul, Korea
View GitHub Profile
#include <iostream>
#include <random>
#include <cmath>
#include <iomanip>
#include <functional>
const double PI = 3.14159265359;
/* General functions */
typedef std::uniform_real_distribution<double> distribution;