Skip to content

Instantly share code, notes, and snippets.

View lyle-nel's full-sized avatar

Lyle Nel lyle-nel

View GitHub Profile

Keybase proof

I hereby claim:

  • I am lyle-nel on github.
  • I am lylen (https://keybase.io/lylen) on keybase.
  • I have a public key ASAMK-g9b9p-tOlOL9cWM9sHselRq58YvjS5GOAu6-xfSgo

To claim this, I am signing this object:

@lyle-nel
lyle-nel / run.sh
Created February 9, 2016 15:36
Script that generates the c++ simulation file and R script files, which is then compiled and run.
#!/bin/bash
cat << EOF > sim.cpp
#include <random>
#include <vector>
#include <fstream>
#include <algorithm>
int main()
{