modified md

This commit is contained in:
pg 2015-10-01 06:18:54 +02:00
parent da03ba7c4a
commit eb5f2981dd
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ def at_random():
if random.random()>0.5: a=1
else: a=0
return a
```python
```
@ -101,7 +101,7 @@ for i in range(0,30000):
_=plot(np.cumsum(a.allmove),color="b")
_=plot(np.cumsum(b.allmove),color="r")
```python
```