Random sphere packing

97 Views Asked by At

Suppose we have a large box. And we place non-overlapping spheres randomly inside until there isn't room for any more. Spheres are placed uniformly on random inside, no gravity. The box is much larger then the spheres. What is the expected percentage of volume occupied by the spheres?

I just need a very rough answer, I wrote an algorithm and got a very low answer, I want to know roughly what I should get.