/rolldice

Create a Spring Boot application that calculates the number of dice rolled

Primary LanguageJava

Getting Started

Start program

Map of value returned possible response:

{
"number_dice":	10,
"number_roll":	1000000,
"number_side":	6,
"DiceRolled": {
"10":	0,
"11":	0,
"12":	1,
"13":	5,
"14":	12,
"15":	27,
"16":	75,
"17":	199,
"18":	426,
"19":	732,
"20":	1408,
"21":	2446,
"22":	3889,
"23":	6444,
"24":	9653,
"25":	13729,
"26":	19024,
"27":	25406,
"28":	32488,
"29":	40919,
"30":	48519,
"31":	55786,
"32":	62775,
"33":	68023,
"34":	71852,
"35":	72232,
"36":	71999,
"37":	68371,
"38":	62909,
"39":	56069,
"40":	48260,
"41":	40531,
"42":	32796,
"43":	25378,
"44":	19029,
"45":	13751,
"46":	9401,
"47":	6202,
"48":	3961,
"49":	2368,
"50":	1384,
"51":	756,
"52":	417,
"53":	203,
"54":	100,
"55":	31,
"56":	8,
"57":	5,
"58":	1,
"59":	0,
"60":	0}
}