This is a good question, and I've wondered about that myself. I'm going to 'report' the question, not because there's anything wrong with it, but to bring it to the attention of the Moderators, so they can tell both of us.
Python:
from random import randint
dice_1 = randint(1, 6)
dice_2 = randint(1, 6)
Java:
int dice1 = (int) (Math.random() * 7);
int dice2 = (int) (Math.random() * 7);
This question is a bit ambiguous. However, this is what I found.
This question is related to Egress and Ingress. The answer in this case is
Egress.
Basically, Egress is another name for exit and is used in
very many situations to mean leave. Thus, in this example, Egress may mean flow
of fans out of a stadium. Typically, it is an opening or a path for an exit. On
the other hand, Ingress means flow of fans into the stadium and the roads that lead to the stadium.
You can use points for a question, you used ten for this one, and since I've answered it, I'll get half the points you used. Usually the more points you use for a question, the more points the person answering it will get, and more people might be interested in answering it more.