plan 9 kernel history: overview | file list | diff list

1997/0614/port/devcons.c (diff list | history)

1997/0417/sys/src/9/port/devcons.c:980,9861997/0614/sys/src/9/port/devcons.c:980,987 (short | long | prev | next)
1995/0910    
			rb.wakeme = 0; 
			continue; 
		} 
1995/1023    
		*p++ = *rb.rp; 
1997/0614    
		rb.randn = rb.randn*1103515245 + 12345 + *rb.rp; 
		*p++ = rb.randn; 
1995/1023    
		if(rb.rp+1 == rb.ep) 
			rb.rp = rb.buf; 
		else 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)