public class DiceGame
extends java.lang.Object
Constructor | Description |
---|---|
DiceGame(int players,
int rounds,
org.apache.commons.rng.UniformRandomProvider rng,
double mu,
double sigma) |
Modifier and Type | Method | Description |
---|---|---|
int[] |
play() |
Play a game.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.