; To corroborate that s is uniformly distributed on [0, 1]. #include #include #define c 50 typedef double R; R scale = 0x1.p-30; R rn(){return scale*random() - 1.0;} int main(){int A[c]; for(int j=0; j