Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 99487
Collapse All | Expand All

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

Return to bug 99487