randomgen: + print.hpp
This commit is contained in:
parent
a26a6e4656
commit
9a2fc0605b
2 changed files with 7 additions and 1 deletions
7
include/randomgen/print.hpp
Normal file
7
include/randomgen/print.hpp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
/* @file print.hpp */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "indentlog/print/array.hpp"
|
||||
|
||||
/* end print.hpp */
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
/* @file random_seed.hpp */
|
||||
|
||||
//#include "indentlog/print/array.hpp"
|
||||
#include <iostream>
|
||||
#include <cstdint>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue