Randomizer component

Hi,

I just committed the first version of a Randomizer component. Well, actually the Randomizer is an abstract base class for creating simple lottery-like components into your application. The package also includes Die and CoinToss components as examples.

Hopefully someone finds this useful. Perhaps we’ll soon see some dice games made with Vaadin. :wink:

The usual links:

11229.png

Does it allow to change the amount of sides of the dice? I saw the add-on and thought about D20 games immediately :P.