[NumPy-Tickets] [NumPy] #1512: Need tests for random.randn() and similiar
NumPy Trac
numpy-tickets@scipy....
Sun Jun 27 14:04:07 CDT 2010
#1512: Need tests for random.randn() and similiar
-----------------------------------------------------+----------------------
Reporter: vincentdavis | Owner: somebody
Type: enhancement | Status: needs_review
Priority: normal | Milestone: 2.0.0
Component: numpy.testing | Version: 1.4.0
Keywords: random seed randn testing numpy.testing |
-----------------------------------------------------+----------------------
Changes (by vincentdavis):
* status: new => needs_review
Comment:
Attached file contains basic test for each function in numpy.random.
All tests are follow the format of
seed(123456789)
rand(5)
Test results are the same as I got on my computer :)
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1512#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list