return new HashMap<String, EventSource>() {
{
// 1337 is the rand seed.
// this is *really* slow
put("100000,10,0,0,0", new NoNlASCIISynthSource(100000, 10, 1337));
put("100000,100,0,0,0", new NoNlASCIISynthSource(100000, 100, 1337));
put("100000,1000,0,0,0", new NoNlASCIISynthSource(100000, 1000, 1337));
put("100000,3000,0,0,0", new NoNlASCIISynthSource(100000, 3000, 1337));
put("100000,10000,0,0,0", new NoNlASCIISynthSource(100000, 10000, 1337));
}
};
}