#include #include #include "nr.h" using namespace std; // Driver for routine irbit2 int main(void) { const unsigned long twoton[16]={0x1L,0x2L,0x4L,0x8L,0x10L, 0x20L,0x40L,0x80L,0x100L,0x200L,0x400L,0x800L,0x1000L, 0x2000L,0x4000L,0x8000L}; const int NBIN=15,NTRIES=10000; int i,ipts=0,j,n; unsigned long iseed=111; Vec_DP delay(NBIN); // Calculate distribution of runs of zeros for (i=0;i