Skip to content

Instantly share code, notes, and snippets.

View twocanoes's full-sized avatar

Twocanoes Software, Inc twocanoes

View GitHub Profile
@twocanoes
twocanoes / gist:2500986
Created April 26, 2012 17:03 — forked from macshome/gist:2500721
Super Simple MC Simulation on OS X 10.7. No error checking or anything like that…
#import <Foundation/Foundation.h>
#define ARC4RANDOM_MAX 0x100000000
int main(int argc, const char * argv[])
{
@autoreleasepool {