Metadata-Version: 1.0
Name: stochasticity
Version: 0.1.0
Summary: Modules to generate various sorts of randomness, starting with a simple coin flip
Home-page: https://github.com/jeffwhite-619/stochasticity
Author: Jeff White
Author-email: thisguy@thejeffwhite.com
License: LICENSE
Description: =============
        stochasticity
        =============
        
        stochasticity provides various means of getting randomness. At this time 
        there is only a coin flip feature. Other forms of randomness in the 
        future could include latitude/longitude, colors, music
        notes, and so on. (Not intended to replace Faker)
        Example::
        
            #!/usr/bin/env python3
        
            from stochasticity.coin.coin import Coin
        
Platform: UNKNOWN
