First time here? Check out the FAQ!
answered 2018-02-05 10:09:07 +0100
Maybe, this :
sage: N=1e50 sage: L=2000 sage: foo=[Integer(t) for t in r.round(r.runif(L,0,N)).sage()]
would have better properties ?