View | Details | Raw Unified
Collapse All | Expand All

(-) netem/paretonormal.c (+1 lines)
 Lines 55-60    Link Here 
	for (x = -10.0; x < 10.05; x += .00005) {
	for (x = -10.0; x < 10.05; x += .00005) {
		i = rint(TABLESIZE*normal(x, 0.0, 1.0));
		i = rint(TABLESIZE*normal(x, 0.0, 1.0));
		if (i >= TABLESIZE) break;
		table[i] = x;
		table[i] = x;
	}
	}
	printf(
	printf(