Skip to main content

All Questions

0 votes
1 answer
324 views

Distribution of a method for generating random whole numbers with a given sum

I am writing a computer program which involves generating 5 random non negative integer numbers with a specific sum, namely 30. I've found this method, but I don't know if it really generates a ...
user627482's user avatar
6 votes
3 answers
4k views

Distribution of the sum of $N$ loaded dice rolls

I would like to calculate the probability distribution of the sum of all the faces of $N$ dice rolls. The face probabilities ${p_i}$ are know, but are not $1 \over 6$. I have found answers for the ...
Ramon Crehuet's user avatar