8 #include <test/trademgen/EventStream.hpp>
9 #include <test/trademgen/CategoricalAttribute.hpp>
12 int main (
int argc,
char*
const argv[]) {
14 unsigned long int seed = 2;
17 std::istringstream iStream (argv[1]);
22 TRADEMGEN::EventStream e (seed);
28 std::cout <<
"Seed: " << seed << std::endl << std::endl;
31 for (
int i=0; i<10; i++) {
36 e.displayAllEvents(std::cout);
41 std::map<int, float> M;
45 TRADEMGEN::CategoricalAttribute C (M);