Skip to content

Instantly share code, notes, and snippets.

View smcvey's full-sized avatar

Shaun McVey smcvey

View GitHub Profile
@smcvey
smcvey / BruteForcer.cpp
Last active April 14, 2020 20:18
Animal Crossing New Horizons Turnip/Seed Bruteforcer
#include <stdio.h>
#include <stdlib.h>
namespace sead
{
class Random
{
public:
void init();
void init(uint32_t seed);