Closed noelevans closed 8 years ago
The line rand = np.random.rand can go as the alias rand isn't used in this chapter
rand = np.random.rand
rand
@noelevans, hmm, this is probably from an older version of BMH. Can you pull the latest master and make the changes there?
Ok, will do
The line
rand = np.random.rand
can go as the aliasrand
isn't used in this chapter