index
:
bjc-utils2.git
trunk
Miscellaneous utilities and support code
Ben Culkin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
BJC-Utils2
/
src
/
main
/
java
/
bjc
/
utils
/
dice
/
DiceExpression.java
blob: cd6891869c6066261cb5ba4b38698e46047dd739 (
plain
)
1
2
3
4
5
package bjc.utils.dice; public interface DiceExpression { public int roll(); }