Skip to content
Snippets Groups Projects
  1. Jun 23, 2015
  2. Jun 22, 2015
  3. Jun 21, 2015
  4. Jun 20, 2015
  5. Jun 04, 2015
  6. Jun 03, 2015
  7. Jun 02, 2015
    • ulif's avatar
      Start RealDiceRandomSource. · 265fc0c0
      ulif authored
      This will only be a skeleton, to be filled later.
      
      We got an `input_func` which works regardless of Python version (as `raw_input`
      was renamed `input` with Python 3.
      
      We also got a RealDiceRandomSource class without any functionality
      yet. The `get_input` method is only a temporary placeholder to enable
      testing of mocking the input_func.
      265fc0c0
  8. May 31, 2015
  9. May 29, 2015
    • ulif's avatar
      Support pluggable sources of randomness. · 9ad1cbeb
      ulif authored
      Based on suggestions of @drebs we now start to support different
      sources of randomness. We start with one source, the default,
      which will be the standard libs `random.SystemRandom` source
      we used anyway. But from now on this source if put into a
      separate class, tested and all that, which will be registered
      as an entry point.
      
      Yet we do not register or work with the registered sources. This
      will come next.
      9ad1cbeb
Loading