crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

add rng functionality #40

Closed crflynn closed 3 years ago

crflynn commented 3 years ago

closes #24

codecov-io commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (refactor@7026013). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             refactor       #40   +/-   ##
============================================
  Coverage            ?   100.00%           
============================================
  Files               ?        42           
  Lines               ?      1379           
  Branches            ?         0           
============================================
  Hits                ?      1379           
  Misses              ?         0           
  Partials            ?         0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7026013...66aef37. Read the comment docs.

anntzer commented 3 years ago

thanks :)