randomgen: + print.hpp

This commit is contained in:
Roland Conybeare 2023-10-04 16:01:48 -04:00
commit 9a2fc0605b
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,7 @@
/* @file print.hpp */
#pragma once
#include "indentlog/print/array.hpp"
/* end print.hpp */

View file

@ -1,6 +1,5 @@
/* @file random_seed.hpp */
//#include "indentlog/print/array.hpp"
#include <iostream>
#include <cstdint>
#include <stdlib.h>