Metadata-Version: 1.1
Name: codeviking.random
Version: 0.14.1
Summary: Cross-language random number generators with many useful random number generation methods.
Home-page: https://bitbucket.org/codeviking/python-codeviking.random/
Author: Dan Bullok
Author-email: opensource@codeviking.com
License: ISC
Description: codeviking.random README
        ========================
        
        Random number utility functions and generators.  Provides cross-language
        random number generator compatibility (the same seed will yield the same
        sequence in all supported languages).
        
        This library is avaialable in the following languages:
        
            Dart:
                Not yet released
        
            Python:
                https://bitbucket.org/codeviking/python-codeviking.random
        
            Scala:
                Not yet released
        
        
        
        Installation
        ------------
        
            pip install codeviking.random
        
        Documentation
        -------------
        
            http://codeviking-random.readthedocs.org/
        
        
        Support
        -------
        
        See the project home page at
        https://bitbucket.org/codeviking/python-codeviking.random/
        to file a bug report or request a feature.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Mathematics
