lukem512 / smartdice

Dice smart contract that runs on the Ethereum Virtual Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify number of die sides

lukem512 opened this issue · comments

commented

This Smart Contract currently generates a random number between 1 and 6 inclusive. An enhancement would allow a user-specified maximum, n, to be provided, simulating an n-sided die.