Metadata-Version: 1.0
Name: alea
Version: 0.1.2
Summary: Random generators for games
Home-page: http://cheeseshop.python.org/pypi/alea/
Author: Ben Finney
Author-email: ben+python@benfinney.id.au
License: GPL
Description: This library provides implementations for random generators as found
        in non-computer games.
        
        Currently implemented:
        
        * ``alea.die`` implements polyhedral dice with any set of faces, and
        allows rolling arbitrary sets of dice and optionally totalling
        numeric results
        
        * ``alea.table`` implements look-up tables that can be associated with
        random generators to have random table entries generated directly.
        
Keywords: alea random game die dice roll table
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
