Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
pymdptoolbox
Commits
23464d78
Commit
23464d78
authored
Jun 21, 2013
by
Steven Cordwell
Browse files
co not make use of random.seed anymore
parent
28f2d39c
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_mdptoolbox.py
View file @
23464d78
...
...
@@ -10,7 +10,7 @@ nosetests installed, and then run from the command line.
"""
from
random
import
seed
as
randseed
#
from random import seed as randseed
from
numpy
import
absolute
,
array
,
empty
,
eye
,
matrix
,
zeros
from
numpy.random
import
rand
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment