Skip to content

Instantly share code, notes, and snippets.

View Injazz's full-sized avatar
:accessibility:
standing desk is great actually once you get used to it

injazz Injazz

:accessibility:
standing desk is great actually once you get used to it
  • gym
View GitHub Profile
@Injazz
Injazz / json_generator.cpp
Created May 19, 2024 15:40
Generates json file
#include <iostream>
#include <cmath>
#include <vector>
#include <fstream>
#include <random>
using namespace std;
int generate_a_random_number(mt19937 rng, int init_num, int last_num)
{