Dice ( N ; S )
Generates random integers simulating dice-rolling or coin-flipping
Average rating: 4.5 (31 votes) Log in to vote
Barbecue Le Kastelo de Barbakoa http://www.milleniumhandandshrimp.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
A simple recursive function to simulate rolling dice.
Given a number of dice N and number of sides S, returns a total for a roll of those dice. Useful for role playing, casino gaming simulations, or anywhere you need random integers.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.