CamDavidsonPilon / Probabilistic-Programming-and-Bayesian-Methods-for-Hackers

aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
MIT License
26.79k stars 7.88k forks source link

Remove unused alias to np.random.rand #289

Closed noelevans closed 8 years ago

noelevans commented 8 years ago

The line rand = np.random.rand can go as the alias rand isn't used in this chapter

CamDavidsonPilon commented 8 years ago

@noelevans, hmm, this is probably from an older version of BMH. Can you pull the latest master and make the changes there?

noelevans commented 8 years ago

Ok, will do