summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-04 19:44:03 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-04 19:44:03 +0000
commita6eb1cb50cefa05f1727513c35cce4ccac2285e6 (patch)
tree2d274f8c4a6b5b40ff7af096e291c771986f9ea6 /numpy/random
parentb0a3266780974da7c3e707bb47e22d2135e6ded4 (diff)
downloadnumpy-a6eb1cb50cefa05f1727513c35cce4ccac2285e6.tar.gz
Updated mtrand pyrex-generated c file.
Diffstat (limited to 'numpy/random')
-rw-r--r--numpy/random/mtrand/mtrand.c768
1 files changed, 384 insertions, 384 deletions
diff --git a/numpy/random/mtrand/mtrand.c b/numpy/random/mtrand/mtrand.c
index 0094f251b..161281bd8 100644
--- a/numpy/random/mtrand/mtrand.c
+++ b/numpy/random/mtrand/mtrand.c
@@ -1,4 +1,4 @@
-/* Generated by Pyrex 0.9.3.1 on Sun Dec 25 23:14:18 2005 */
+/* Generated by Pyrex 0.9.3.1 on Wed Jan 4 12:43:35 2006 */
#include "Python.h"
#include "structmember.h"
@@ -181,11 +181,11 @@ static PyObject *__pyx_f_6mtrand_cont0_array(rk_state (*__pyx_v_state),double ((
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":128 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":128 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":129 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":129 */
__pyx_2 = PyFloat_FromDouble(__pyx_v_func(__pyx_v_state)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 129; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -194,7 +194,7 @@ static PyObject *__pyx_f_6mtrand_cont0_array(rk_state (*__pyx_v_state),double ((
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":131 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":131 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 131; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 131; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -214,20 +214,20 @@ static PyObject *__pyx_f_6mtrand_cont0_array(rk_state (*__pyx_v_state),double ((
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":132 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":132 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":133 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":133 */
__pyx_v_array_data = ((double (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":134 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":134 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":135 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":135 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":136 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":136 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -261,11 +261,11 @@ static PyObject *__pyx_f_6mtrand_cont1_array(rk_state (*__pyx_v_state),double ((
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":144 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":144 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":145 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":145 */
__pyx_2 = PyFloat_FromDouble(__pyx_v_func(__pyx_v_state,__pyx_v_a)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 145; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -274,7 +274,7 @@ static PyObject *__pyx_f_6mtrand_cont1_array(rk_state (*__pyx_v_state),double ((
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":147 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":147 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 147; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 147; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -294,20 +294,20 @@ static PyObject *__pyx_f_6mtrand_cont1_array(rk_state (*__pyx_v_state),double ((
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":148 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":148 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":149 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":149 */
__pyx_v_array_data = ((double (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":150 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":150 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":151 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":151 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_a);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":152 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":152 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -341,11 +341,11 @@ static PyObject *__pyx_f_6mtrand_cont2_array(rk_state (*__pyx_v_state),double ((
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":161 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":161 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":162 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":162 */
__pyx_2 = PyFloat_FromDouble(__pyx_v_func(__pyx_v_state,__pyx_v_a,__pyx_v_b)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 162; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -354,7 +354,7 @@ static PyObject *__pyx_f_6mtrand_cont2_array(rk_state (*__pyx_v_state),double ((
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":164 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":164 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 164; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 164; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -374,20 +374,20 @@ static PyObject *__pyx_f_6mtrand_cont2_array(rk_state (*__pyx_v_state),double ((
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":165 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":165 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":166 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":166 */
__pyx_v_array_data = ((double (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":167 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":167 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":168 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":168 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_a,__pyx_v_b);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":169 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":169 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -421,11 +421,11 @@ static PyObject *__pyx_f_6mtrand_cont3_array(rk_state (*__pyx_v_state),double ((
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":179 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":179 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":180 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":180 */
__pyx_2 = PyFloat_FromDouble(__pyx_v_func(__pyx_v_state,__pyx_v_a,__pyx_v_b,__pyx_v_c)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 180; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -434,7 +434,7 @@ static PyObject *__pyx_f_6mtrand_cont3_array(rk_state (*__pyx_v_state),double ((
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":182 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":182 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 182; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 182; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -454,20 +454,20 @@ static PyObject *__pyx_f_6mtrand_cont3_array(rk_state (*__pyx_v_state),double ((
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":183 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":183 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":184 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":184 */
__pyx_v_array_data = ((double (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":185 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":185 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":186 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":186 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_a,__pyx_v_b,__pyx_v_c);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":187 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":187 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -503,11 +503,11 @@ static PyObject *__pyx_f_6mtrand_disc0_array(rk_state (*__pyx_v_state),long ((*_
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":195 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":195 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":196 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":196 */
__pyx_2 = PyInt_FromLong(__pyx_v_func(__pyx_v_state)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 196; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -516,7 +516,7 @@ static PyObject *__pyx_f_6mtrand_disc0_array(rk_state (*__pyx_v_state),long ((*_
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":198 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":198 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 198; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 198; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -536,20 +536,20 @@ static PyObject *__pyx_f_6mtrand_disc0_array(rk_state (*__pyx_v_state),long ((*_
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":199 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":199 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":200 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":200 */
__pyx_v_array_data = ((long (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":201 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":201 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":202 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":202 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":203 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":203 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -583,11 +583,11 @@ static PyObject *__pyx_f_6mtrand_discnp_array(rk_state (*__pyx_v_state),long ((*
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":211 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":211 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":212 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":212 */
__pyx_2 = PyInt_FromLong(__pyx_v_func(__pyx_v_state,__pyx_v_n,__pyx_v_p)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 212; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -596,7 +596,7 @@ static PyObject *__pyx_f_6mtrand_discnp_array(rk_state (*__pyx_v_state),long ((*
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":214 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":214 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 214; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 214; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -616,20 +616,20 @@ static PyObject *__pyx_f_6mtrand_discnp_array(rk_state (*__pyx_v_state),long ((*
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":215 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":215 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":216 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":216 */
__pyx_v_array_data = ((long (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":217 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":217 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":218 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":218 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_n,__pyx_v_p);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":219 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":219 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -663,11 +663,11 @@ static PyObject *__pyx_f_6mtrand_discnmN_array(rk_state (*__pyx_v_state),long ((
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":228 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":228 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":229 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":229 */
__pyx_2 = PyInt_FromLong(__pyx_v_func(__pyx_v_state,__pyx_v_n,__pyx_v_m,__pyx_v_N)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 229; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -676,7 +676,7 @@ static PyObject *__pyx_f_6mtrand_discnmN_array(rk_state (*__pyx_v_state),long ((
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":231 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":231 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 231; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 231; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -696,20 +696,20 @@ static PyObject *__pyx_f_6mtrand_discnmN_array(rk_state (*__pyx_v_state),long ((
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":232 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":232 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":233 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":233 */
__pyx_v_array_data = ((long (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":234 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":234 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":235 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":235 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_n,__pyx_v_m,__pyx_v_N);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":236 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":236 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -743,11 +743,11 @@ static PyObject *__pyx_f_6mtrand_discd_array(rk_state (*__pyx_v_state),long ((*_
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":244 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":244 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":245 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":245 */
__pyx_2 = PyInt_FromLong(__pyx_v_func(__pyx_v_state,__pyx_v_a)); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 245; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -756,7 +756,7 @@ static PyObject *__pyx_f_6mtrand_discd_array(rk_state (*__pyx_v_state),long ((*_
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":247 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":247 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 247; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_empty); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 247; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -776,20 +776,20 @@ static PyObject *__pyx_f_6mtrand_discd_array(rk_state (*__pyx_v_state),long ((*_
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":248 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":248 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":249 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":249 */
__pyx_v_array_data = ((long (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":250 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":250 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":251 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":251 */
(__pyx_v_array_data[__pyx_v_i]) = __pyx_v_func(__pyx_v_state,__pyx_v_a);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":252 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":252 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -818,29 +818,29 @@ static double __pyx_f_6mtrand_kahan_sum(double (*__pyx_v_darr),long __pyx_v_n) {
long __pyx_v_i;
double __pyx_r;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":257 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":257 */
__pyx_v_sum = (__pyx_v_darr[0]);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":258 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":258 */
__pyx_v_c = 0.0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":259 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":259 */
for (__pyx_v_i = 1; __pyx_v_i < __pyx_v_n; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":260 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":260 */
__pyx_v_y = ((__pyx_v_darr[__pyx_v_i]) - __pyx_v_c);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":261 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":261 */
__pyx_v_t = (__pyx_v_sum + __pyx_v_y);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":262 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":262 */
__pyx_v_c = ((__pyx_v_t - __pyx_v_sum) - __pyx_v_y);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":263 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":263 */
__pyx_v_sum = __pyx_v_t;
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":264 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":264 */
__pyx_r = __pyx_v_sum;
goto __pyx_L0;
@@ -864,10 +864,10 @@ static int __pyx_f_6mtrand_11RandomState___init__(PyObject *__pyx_v_self, PyObje
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_seed);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":287 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":287 */
((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state = ((rk_state (*))PyMem_Malloc((sizeof(rk_state ))));
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":289 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":289 */
__pyx_1 = PyObject_GetAttr(__pyx_v_self, __pyx_n_seed); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 289; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 289; goto __pyx_L1;}
Py_INCREF(__pyx_v_seed);
@@ -896,11 +896,11 @@ static void __pyx_f_6mtrand_11RandomState___dealloc__(PyObject *__pyx_v_self) {
int __pyx_1;
Py_INCREF(__pyx_v_self);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":292 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":292 */
__pyx_1 = (((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state != 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":293 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":293 */
PyMem_Free(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state);
goto __pyx_L2;
}
@@ -934,11 +934,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_seed(PyObject *__pyx_v_self, PyOb
Py_INCREF(__pyx_v_seed);
arrayObject_obj = (void *)Py_None; Py_INCREF((PyObject *) arrayObject_obj);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":307 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":307 */
__pyx_1 = __pyx_v_seed == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":308 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":308 */
__pyx_v_errcode = rk_randomseed(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state);
goto __pyx_L2;
}
@@ -955,21 +955,21 @@ static PyObject *__pyx_f_6mtrand_11RandomState_seed(PyObject *__pyx_v_self, PyOb
Py_DECREF(__pyx_2); __pyx_2 = 0;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":310 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":310 */
__pyx_5 = PyLong_AsUnsignedLong(__pyx_v_seed); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 310; goto __pyx_L1;}
rk_seed(__pyx_5,((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state);
goto __pyx_L2;
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":312 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":312 */
__pyx_3 = ((PyObject *)PyArray_ContiguousFromObject(__pyx_v_seed,PyArray_LONG,1,1)); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 312; goto __pyx_L1;}
Py_INCREF(((PyObject *)__pyx_3));
Py_DECREF(((PyObject *)arrayObject_obj));
arrayObject_obj = ((PyArrayObject *)__pyx_3);
Py_DECREF(__pyx_3); __pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":313 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":313 */
init_by_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,((unsigned long (*))arrayObject_obj->data),(arrayObject_obj->dimensions[0]));
}
__pyx_L2:;
@@ -1006,7 +1006,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_get_state(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
arrayObject_state = (void *)Py_None; Py_INCREF((PyObject *) arrayObject_state);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":322 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":322 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 322; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_empty); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 322; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
@@ -1027,10 +1027,10 @@ static PyObject *__pyx_f_6mtrand_11RandomState_get_state(PyObject *__pyx_v_self,
arrayObject_state = ((PyArrayObject *)__pyx_1);
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":323 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":323 */
memcpy(((void (*))arrayObject_state->data),((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state->key,(624 * (sizeof(long ))));
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":324 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":324 */
__pyx_4 = PyInt_FromLong(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state->pos); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 324; goto __pyx_L1;}
__pyx_2 = PyTuple_New(3); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 324; goto __pyx_L1;}
Py_INCREF(__pyx_n_MT19937);
@@ -1087,7 +1087,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_set_state(PyObject *__pyx_v_self,
__pyx_v_algorithm_name = Py_None; Py_INCREF(__pyx_v_algorithm_name);
__pyx_v_key = Py_None; Py_INCREF(__pyx_v_key);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":335 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":335 */
__pyx_1 = PyInt_FromLong(0); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 335; goto __pyx_L1;}
__pyx_2 = PyObject_GetItem(__pyx_v_state, __pyx_1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 335; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
@@ -1095,12 +1095,12 @@ static PyObject *__pyx_f_6mtrand_11RandomState_set_state(PyObject *__pyx_v_self,
__pyx_v_algorithm_name = __pyx_2;
__pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":336 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":336 */
if (PyObject_Cmp(__pyx_v_algorithm_name, __pyx_n_MT19937, &__pyx_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 336; goto __pyx_L1;}
__pyx_3 = __pyx_3 != 0;
if (__pyx_3) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":337 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":337 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; goto __pyx_L1;}
Py_INCREF(__pyx_k62p);
@@ -1115,7 +1115,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_set_state(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":338 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":338 */
__pyx_1 = PySequence_GetSlice(__pyx_v_state, 1, 0x7fffffff); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 338; goto __pyx_L1;}
__pyx_2 = __Pyx_UnpackItem(__pyx_1, 0); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 338; goto __pyx_L1;}
Py_DECREF(__pyx_v_key);
@@ -1128,18 +1128,18 @@ static PyObject *__pyx_f_6mtrand_11RandomState_set_state(PyObject *__pyx_v_self,
if (__Pyx_EndUnpack(__pyx_1, 2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 338; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":339 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":339 */
__pyx_4 = ((PyObject *)PyArray_ContiguousFromObject(__pyx_v_key,PyArray_LONG,1,1)); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 339; goto __pyx_L1;}
Py_INCREF(((PyObject *)__pyx_4));
Py_DECREF(((PyObject *)arrayObject_obj));
arrayObject_obj = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":340 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":340 */
__pyx_3 = ((arrayObject_obj->dimensions[0]) != 624);
if (__pyx_3) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":341 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":341 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 341; goto __pyx_L1;}
__pyx_1 = PyTuple_New(1); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 341; goto __pyx_L1;}
Py_INCREF(__pyx_k63p);
@@ -1154,10 +1154,10 @@ static PyObject *__pyx_f_6mtrand_11RandomState_set_state(PyObject *__pyx_v_self,
}
__pyx_L3:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":342 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":342 */
memcpy(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state->key,((void (*))arrayObject_obj->data),(624 * (sizeof(long ))));
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":343 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":343 */
((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state->pos = __pyx_v_pos;
__pyx_r = Py_None; Py_INCREF(__pyx_r);
@@ -1187,7 +1187,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState___getstate__(PyObject *__pyx_v_se
if (!PyArg_ParseTupleAndKeywords(__pyx_args, __pyx_kwds, "", __pyx_argnames)) return 0;
Py_INCREF(__pyx_v_self);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":347 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":347 */
__pyx_1 = PyObject_GetAttr(__pyx_v_self, __pyx_n_get_state); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 347; goto __pyx_L1;}
__pyx_2 = PyTuple_New(0); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 347; goto __pyx_L1;}
__pyx_3 = PyObject_CallObject(__pyx_1, __pyx_2); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 347; goto __pyx_L1;}
@@ -1222,7 +1222,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState___setstate__(PyObject *__pyx_v_se
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_state);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":350 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":350 */
__pyx_1 = PyObject_GetAttr(__pyx_v_self, __pyx_n_set_state); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 350; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 350; goto __pyx_L1;}
Py_INCREF(__pyx_v_state);
@@ -1261,7 +1261,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState___reduce__(PyObject *__pyx_v_self
if (!PyArg_ParseTupleAndKeywords(__pyx_args, __pyx_kwds, "", __pyx_argnames)) return 0;
Py_INCREF(__pyx_v_self);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":353 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":353 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 353; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_random); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 353; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
@@ -1311,7 +1311,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_random_sample(PyObject *__pyx_v_s
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":361 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":361 */
__pyx_1 = __pyx_f_6mtrand_cont0_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_double,__pyx_v_size); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 361; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -1341,7 +1341,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_tomaxint(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":368 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":368 */
__pyx_1 = __pyx_f_6mtrand_disc0_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_long,__pyx_v_size); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 368; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -1392,38 +1392,38 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randint(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_size);
arrayObject = (void *)Py_None; Py_INCREF((PyObject *) arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":383 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":383 */
__pyx_1 = __pyx_v_high == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":384 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":384 */
__pyx_v_lo = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":385 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":385 */
__pyx_2 = PyInt_AsLong(__pyx_v_low); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 385; goto __pyx_L1;}
__pyx_v_hi = __pyx_2;
goto __pyx_L2;
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":387 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":387 */
__pyx_2 = PyInt_AsLong(__pyx_v_low); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 387; goto __pyx_L1;}
__pyx_v_lo = __pyx_2;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":388 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":388 */
__pyx_2 = PyInt_AsLong(__pyx_v_high); if (PyErr_Occurred()) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 388; goto __pyx_L1;}
__pyx_v_hi = __pyx_2;
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":390 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":390 */
__pyx_v_diff = ((__pyx_v_hi - __pyx_v_lo) - 1);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":391 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":391 */
__pyx_1 = (__pyx_v_diff < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":392 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":392 */
__pyx_3 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 392; goto __pyx_L1;}
__pyx_4 = PyTuple_New(1); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 392; goto __pyx_L1;}
Py_INCREF(__pyx_k64p);
@@ -1438,11 +1438,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randint(PyObject *__pyx_v_self, P
}
__pyx_L3:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":394 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":394 */
__pyx_1 = __pyx_v_size == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":395 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":395 */
__pyx_3 = PyLong_FromUnsignedLong(rk_interval(__pyx_v_diff,((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state)); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 395; goto __pyx_L1;}
__pyx_r = __pyx_3;
__pyx_3 = 0;
@@ -1451,7 +1451,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randint(PyObject *__pyx_v_self, P
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":397 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":397 */
__pyx_4 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 397; goto __pyx_L1;}
__pyx_5 = PyObject_GetAttr(__pyx_4, __pyx_n_empty); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 397; goto __pyx_L1;}
Py_DECREF(__pyx_4); __pyx_4 = 0;
@@ -1471,20 +1471,20 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randint(PyObject *__pyx_v_self, P
arrayObject = ((PyArrayObject *)__pyx_4);
Py_DECREF(__pyx_4); __pyx_4 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":398 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":398 */
__pyx_v_length = PyArray_SIZE(arrayObject);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":399 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":399 */
__pyx_v_array_data = ((long (*))arrayObject->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":400 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":400 */
for (__pyx_v_i = 0; __pyx_v_i < __pyx_v_length; ++__pyx_v_i) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":401 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":401 */
(__pyx_v_array_data[__pyx_v_i]) = (__pyx_v_lo + ((long )rk_interval(__pyx_v_diff,((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state)));
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":402 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":402 */
Py_INCREF(((PyObject *)arrayObject));
__pyx_r = ((PyObject *)arrayObject);
goto __pyx_L0;
@@ -1521,22 +1521,22 @@ static PyObject *__pyx_f_6mtrand_11RandomState_bytes(PyObject *__pyx_v_self, PyO
Py_INCREF(__pyx_v_self);
__pyx_v_bytestring = Py_None; Py_INCREF(__pyx_v_bytestring);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":410 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":410 */
__pyx_v_bytes = PyMem_Malloc(__pyx_v_length);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":411 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":411 */
rk_fill(__pyx_v_bytes,__pyx_v_length,((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":412 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":412 */
__pyx_1 = PyString_FromString(((char (*))__pyx_v_bytes)); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 412; goto __pyx_L1;}
Py_DECREF(__pyx_v_bytestring);
__pyx_v_bytestring = __pyx_1;
__pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":413 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":413 */
PyMem_Free(__pyx_v_bytes);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":414 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":414 */
Py_INCREF(__pyx_v_bytestring);
__pyx_r = __pyx_v_bytestring;
goto __pyx_L0;
@@ -1569,7 +1569,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_uniform(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":421 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":421 */
__pyx_1 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_uniform,__pyx_v_size,__pyx_v_low,(__pyx_v_high - __pyx_v_low)); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 421; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -1611,7 +1611,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_rand(PyObject *__pyx_v_self, PyOb
}
Py_INCREF(__pyx_v_self);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":430 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":430 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 430; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 430; goto __pyx_L1;}
Py_INCREF(__pyx_v_args);
@@ -1626,7 +1626,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_rand(PyObject *__pyx_v_self, PyOb
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":431 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":431 */
__pyx_2 = PyObject_GetAttr(__pyx_v_self, __pyx_n_random_sample); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 431; goto __pyx_L1;}
__pyx_3 = PyTuple_New(0); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 431; goto __pyx_L1;}
__pyx_1 = PyObject_CallObject(__pyx_2, __pyx_3); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 431; goto __pyx_L1;}
@@ -1639,7 +1639,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_rand(PyObject *__pyx_v_self, PyOb
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":433 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":433 */
__pyx_2 = PyObject_GetAttr(__pyx_v_self, __pyx_n_random_sample); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 433; goto __pyx_L1;}
__pyx_3 = PyTuple_New(0); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 433; goto __pyx_L1;}
__pyx_1 = PyDict_New(); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 433; goto __pyx_L1;}
@@ -1690,7 +1690,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randn(PyObject *__pyx_v_self, PyO
}
Py_INCREF(__pyx_v_self);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":441 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":441 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 441; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 441; goto __pyx_L1;}
Py_INCREF(__pyx_v_args);
@@ -1705,7 +1705,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randn(PyObject *__pyx_v_self, PyO
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":442 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":442 */
__pyx_2 = PyObject_GetAttr(__pyx_v_self, __pyx_n_standard_normal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 442; goto __pyx_L1;}
__pyx_3 = PyTuple_New(0); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 442; goto __pyx_L1;}
__pyx_1 = PyObject_CallObject(__pyx_2, __pyx_3); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 442; goto __pyx_L1;}
@@ -1718,7 +1718,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_randn(PyObject *__pyx_v_self, PyO
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":444 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":444 */
__pyx_2 = PyObject_GetAttr(__pyx_v_self, __pyx_n_standard_normal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 444; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 444; goto __pyx_L1;}
Py_INCREF(__pyx_v_args);
@@ -1768,16 +1768,16 @@ static PyObject *__pyx_f_6mtrand_11RandomState_random_integers(PyObject *__pyx_v
Py_INCREF(__pyx_v_high);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":453 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":453 */
__pyx_1 = __pyx_v_high == Py_None;
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":454 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":454 */
Py_INCREF(__pyx_v_low);
Py_DECREF(__pyx_v_high);
__pyx_v_high = __pyx_v_low;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":455 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":455 */
__pyx_2 = PyInt_FromLong(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; goto __pyx_L1;}
Py_DECREF(__pyx_v_low);
__pyx_v_low = __pyx_2;
@@ -1786,7 +1786,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_random_integers(PyObject *__pyx_v
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":456 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":456 */
__pyx_2 = PyObject_GetAttr(__pyx_v_self, __pyx_n_randint); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 456; goto __pyx_L1;}
__pyx_3 = PyInt_FromLong(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 456; goto __pyx_L1;}
__pyx_4 = PyNumber_Add(__pyx_v_high, __pyx_3); if (!__pyx_4) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 456; goto __pyx_L1;}
@@ -1833,7 +1833,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_normal(PyObject *__pyx_v
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":464 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":464 */
__pyx_1 = __pyx_f_6mtrand_cont0_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_gauss,__pyx_v_size); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 464; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -1874,11 +1874,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_normal(PyObject *__pyx_v_self, Py
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":471 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":471 */
__pyx_1 = (__pyx_v_scale <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":472 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":472 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 472; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 472; goto __pyx_L1;}
Py_INCREF(__pyx_k66p);
@@ -1893,7 +1893,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_normal(PyObject *__pyx_v_self, Py
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":473 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":473 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_normal,__pyx_v_size,__pyx_v_loc,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 473; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -1936,11 +1936,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_beta(PyObject *__pyx_v_self, PyOb
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":480 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":480 */
__pyx_1 = (__pyx_v_a <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":481 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":481 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 481; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 481; goto __pyx_L1;}
Py_INCREF(__pyx_k67p);
@@ -1956,7 +1956,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_beta(PyObject *__pyx_v_self, PyOb
__pyx_1 = (__pyx_v_b <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":483 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":483 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 483; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 483; goto __pyx_L1;}
Py_INCREF(__pyx_k68p);
@@ -1971,7 +1971,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_beta(PyObject *__pyx_v_self, PyOb
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":484 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":484 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_beta,__pyx_v_size,__pyx_v_a,__pyx_v_b); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 484; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2012,11 +2012,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_exponential(PyObject *__pyx_v_sel
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":491 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":491 */
__pyx_1 = (__pyx_v_scale <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":492 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":492 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 492; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 492; goto __pyx_L1;}
Py_INCREF(__pyx_k69p);
@@ -2031,7 +2031,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_exponential(PyObject *__pyx_v_sel
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":493 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":493 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_exponential,__pyx_v_size,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 493; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2063,7 +2063,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_exponential(PyObject *__
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":500 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":500 */
__pyx_1 = __pyx_f_6mtrand_cont0_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_standard_exponential,__pyx_v_size); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 500; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -2101,11 +2101,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_gamma(PyObject *__pyx_v_
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":507 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":507 */
__pyx_1 = (__pyx_v_shape <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":508 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":508 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 508; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 508; goto __pyx_L1;}
Py_INCREF(__pyx_k70p);
@@ -2120,7 +2120,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_gamma(PyObject *__pyx_v_
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":509 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":509 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_standard_gamma,__pyx_v_size,__pyx_v_shape); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 509; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2164,11 +2164,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_gamma(PyObject *__pyx_v_self, PyO
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":516 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":516 */
__pyx_1 = (__pyx_v_shape <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":517 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":517 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 517; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 517; goto __pyx_L1;}
Py_INCREF(__pyx_k71p);
@@ -2184,7 +2184,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_gamma(PyObject *__pyx_v_self, PyO
__pyx_1 = (__pyx_v_scale <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":519 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":519 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 519; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 519; goto __pyx_L1;}
Py_INCREF(__pyx_k72p);
@@ -2199,7 +2199,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_gamma(PyObject *__pyx_v_self, PyO
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":520 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":520 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_gamma,__pyx_v_size,__pyx_v_shape,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 520; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2242,11 +2242,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_f(PyObject *__pyx_v_self, PyObjec
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":527 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":527 */
__pyx_1 = (__pyx_v_dfnum <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":528 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":528 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 528; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 528; goto __pyx_L1;}
Py_INCREF(__pyx_k73p);
@@ -2262,7 +2262,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_f(PyObject *__pyx_v_self, PyObjec
__pyx_1 = (__pyx_v_dfden <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":530 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":530 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 530; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 530; goto __pyx_L1;}
Py_INCREF(__pyx_k74p);
@@ -2277,7 +2277,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_f(PyObject *__pyx_v_self, PyObjec
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":531 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":531 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_f,__pyx_v_size,__pyx_v_dfnum,__pyx_v_dfden); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 531; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2323,11 +2323,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_f(PyObject *__pyx_v_se
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":538 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":538 */
__pyx_1 = (__pyx_v_dfnum <= 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":539 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":539 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 539; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 539; goto __pyx_L1;}
Py_INCREF(__pyx_k75p);
@@ -2343,7 +2343,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_f(PyObject *__pyx_v_se
__pyx_1 = (__pyx_v_dfden <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":541 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":541 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 541; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 541; goto __pyx_L1;}
Py_INCREF(__pyx_k76p);
@@ -2359,7 +2359,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_f(PyObject *__pyx_v_se
__pyx_1 = (__pyx_v_nonc < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":543 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":543 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 543; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 543; goto __pyx_L1;}
Py_INCREF(__pyx_k77p);
@@ -2374,7 +2374,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_f(PyObject *__pyx_v_se
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":544 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":544 */
__pyx_2 = __pyx_f_6mtrand_cont3_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_noncentral_f,__pyx_v_size,__pyx_v_dfnum,__pyx_v_dfden,__pyx_v_nonc); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 544; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2414,11 +2414,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_chisquare(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":552 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":552 */
__pyx_1 = (__pyx_v_df <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":553 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":553 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 553; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 553; goto __pyx_L1;}
Py_INCREF(__pyx_k78p);
@@ -2433,7 +2433,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_chisquare(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":554 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":554 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_chisquare,__pyx_v_size,__pyx_v_df); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 554; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2476,11 +2476,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_chisquare(PyObject *__
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":561 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":561 */
__pyx_1 = (__pyx_v_df <= 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":562 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":562 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 562; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 562; goto __pyx_L1;}
Py_INCREF(__pyx_k79p);
@@ -2496,7 +2496,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_chisquare(PyObject *__
__pyx_1 = (__pyx_v_nonc < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":564 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":564 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 564; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 564; goto __pyx_L1;}
Py_INCREF(__pyx_k80p);
@@ -2511,7 +2511,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_noncentral_chisquare(PyObject *__
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":565 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":565 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_noncentral_chisquare,__pyx_v_size,__pyx_v_df,__pyx_v_nonc); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 565; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2543,7 +2543,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_cauchy(PyObject *__pyx_v
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":573 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":573 */
__pyx_1 = __pyx_f_6mtrand_cont0_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_standard_cauchy,__pyx_v_size); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 573; goto __pyx_L1;}
__pyx_r = __pyx_1;
__pyx_1 = 0;
@@ -2581,11 +2581,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_t(PyObject *__pyx_v_self
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":580 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":580 */
__pyx_1 = (__pyx_v_df <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":581 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":581 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 581; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 581; goto __pyx_L1;}
Py_INCREF(__pyx_k81p);
@@ -2600,7 +2600,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_standard_t(PyObject *__pyx_v_self
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":582 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":582 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_standard_t,__pyx_v_size,__pyx_v_df); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 582; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2641,11 +2641,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_vonmises(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":590 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":590 */
__pyx_1 = (__pyx_v_kappa < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":591 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":591 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; goto __pyx_L1;}
Py_INCREF(__pyx_k82p);
@@ -2660,7 +2660,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_vonmises(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":592 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":592 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_vonmises,__pyx_v_size,__pyx_v_mu,__pyx_v_kappa); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 592; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2700,11 +2700,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_pareto(PyObject *__pyx_v_self, Py
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":599 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":599 */
__pyx_1 = (__pyx_v_a <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":600 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":600 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 600; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 600; goto __pyx_L1;}
Py_INCREF(__pyx_k83p);
@@ -2719,7 +2719,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_pareto(PyObject *__pyx_v_self, Py
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":601 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":601 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_pareto,__pyx_v_size,__pyx_v_a); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 601; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2759,11 +2759,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_weibull(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":608 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":608 */
__pyx_1 = (__pyx_v_a <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":609 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":609 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 609; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 609; goto __pyx_L1;}
Py_INCREF(__pyx_k84p);
@@ -2778,7 +2778,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_weibull(PyObject *__pyx_v_self, P
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":610 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":610 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_weibull,__pyx_v_size,__pyx_v_a); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 610; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2818,11 +2818,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_power(PyObject *__pyx_v_self, PyO
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":617 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":617 */
__pyx_1 = (__pyx_v_a <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":618 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":618 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 618; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 618; goto __pyx_L1;}
Py_INCREF(__pyx_k85p);
@@ -2837,7 +2837,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_power(PyObject *__pyx_v_self, PyO
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":619 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":619 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_power,__pyx_v_size,__pyx_v_a); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 619; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2880,11 +2880,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_laplace(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":626 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":626 */
__pyx_1 = (__pyx_v_scale <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":627 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":627 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 627; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 627; goto __pyx_L1;}
Py_INCREF(__pyx_k86p);
@@ -2899,7 +2899,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_laplace(PyObject *__pyx_v_self, P
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":628 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":628 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_laplace,__pyx_v_size,__pyx_v_loc,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 628; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -2942,11 +2942,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_gumbel(PyObject *__pyx_v_self, Py
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":635 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":635 */
__pyx_1 = (__pyx_v_scale <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":636 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":636 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 636; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 636; goto __pyx_L1;}
Py_INCREF(__pyx_k87p);
@@ -2961,7 +2961,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_gumbel(PyObject *__pyx_v_self, Py
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":637 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":637 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_gumbel,__pyx_v_size,__pyx_v_loc,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3004,11 +3004,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_logistic(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":644 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":644 */
__pyx_1 = (__pyx_v_scale <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":645 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":645 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 645; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 645; goto __pyx_L1;}
Py_INCREF(__pyx_k88p);
@@ -3023,7 +3023,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_logistic(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":646 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":646 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_logistic,__pyx_v_size,__pyx_v_loc,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 646; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3066,11 +3066,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_lognormal(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":658 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":658 */
__pyx_1 = (__pyx_v_sigma <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":659 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":659 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 659; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 659; goto __pyx_L1;}
Py_INCREF(__pyx_k89p);
@@ -3085,7 +3085,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_lognormal(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":660 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":660 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_lognormal,__pyx_v_size,__pyx_v_mean,__pyx_v_sigma); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 660; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3126,11 +3126,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_rayleigh(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":667 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":667 */
__pyx_1 = (__pyx_v_scale <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":668 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":668 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 668; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 668; goto __pyx_L1;}
Py_INCREF(__pyx_k90p);
@@ -3145,7 +3145,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_rayleigh(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":669 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":669 */
__pyx_2 = __pyx_f_6mtrand_cont1_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_rayleigh,__pyx_v_size,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 669; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3188,11 +3188,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_wald(PyObject *__pyx_v_self, PyOb
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":676 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":676 */
__pyx_1 = (__pyx_v_mean <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":677 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":677 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 677; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 677; goto __pyx_L1;}
Py_INCREF(__pyx_k91p);
@@ -3208,7 +3208,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_wald(PyObject *__pyx_v_self, PyOb
__pyx_1 = (__pyx_v_scale <= 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":679 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":679 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 679; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 679; goto __pyx_L1;}
Py_INCREF(__pyx_k92p);
@@ -3223,7 +3223,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_wald(PyObject *__pyx_v_self, PyOb
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":680 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":680 */
__pyx_2 = __pyx_f_6mtrand_cont2_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_wald,__pyx_v_size,__pyx_v_mean,__pyx_v_scale); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 680; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3269,11 +3269,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_triangular(PyObject *__pyx_v_self
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":688 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":688 */
__pyx_1 = (__pyx_v_left > __pyx_v_mode);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":689 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":689 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 689; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 689; goto __pyx_L1;}
Py_INCREF(__pyx_k93p);
@@ -3289,7 +3289,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_triangular(PyObject *__pyx_v_self
__pyx_1 = (__pyx_v_mode > __pyx_v_right);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":691 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":691 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 691; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 691; goto __pyx_L1;}
Py_INCREF(__pyx_k94p);
@@ -3305,7 +3305,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_triangular(PyObject *__pyx_v_self
__pyx_1 = (__pyx_v_left == __pyx_v_right);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":693 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":693 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 693; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 693; goto __pyx_L1;}
Py_INCREF(__pyx_k95p);
@@ -3320,7 +3320,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_triangular(PyObject *__pyx_v_self
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":694 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":694 */
__pyx_2 = __pyx_f_6mtrand_cont3_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_triangular,__pyx_v_size,__pyx_v_left,__pyx_v_mode,__pyx_v_right); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 694; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3365,11 +3365,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_binomial(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":703 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":703 */
__pyx_1 = (__pyx_v_n <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":704 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":704 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 704; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 704; goto __pyx_L1;}
Py_INCREF(__pyx_k96p);
@@ -3385,7 +3385,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_binomial(PyObject *__pyx_v_self,
__pyx_1 = (__pyx_v_p < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":706 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":706 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 706; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 706; goto __pyx_L1;}
Py_INCREF(__pyx_k97p);
@@ -3401,7 +3401,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_binomial(PyObject *__pyx_v_self,
__pyx_1 = (__pyx_v_p > 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":708 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":708 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 708; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 708; goto __pyx_L1;}
Py_INCREF(__pyx_k98p);
@@ -3416,7 +3416,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_binomial(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":709 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":709 */
__pyx_2 = __pyx_f_6mtrand_discnp_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_binomial,__pyx_v_size,__pyx_v_n,__pyx_v_p); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 709; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3461,11 +3461,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_negative_binomial(PyObject *__pyx
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":716 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":716 */
__pyx_1 = (__pyx_v_n <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":717 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":717 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 717; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 717; goto __pyx_L1;}
Py_INCREF(__pyx_k99p);
@@ -3481,7 +3481,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_negative_binomial(PyObject *__pyx
__pyx_1 = (__pyx_v_p < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":719 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":719 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 719; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 719; goto __pyx_L1;}
Py_INCREF(__pyx_k100p);
@@ -3497,7 +3497,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_negative_binomial(PyObject *__pyx
__pyx_1 = (__pyx_v_p > 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":721 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":721 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 721; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 721; goto __pyx_L1;}
Py_INCREF(__pyx_k101p);
@@ -3512,7 +3512,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_negative_binomial(PyObject *__pyx
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":722 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":722 */
__pyx_2 = __pyx_f_6mtrand_discnp_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_negative_binomial,__pyx_v_size,__pyx_v_n,__pyx_v_p); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 722; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3553,11 +3553,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_poisson(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":730 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":730 */
__pyx_1 = (__pyx_v_lam <= 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":731 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":731 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 731; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 731; goto __pyx_L1;}
Py_INCREF(__pyx_k102p);
@@ -3572,7 +3572,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_poisson(PyObject *__pyx_v_self, P
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":732 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":732 */
__pyx_2 = __pyx_f_6mtrand_discd_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_poisson,__pyx_v_size,__pyx_v_lam); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 732; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3612,11 +3612,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_zipf(PyObject *__pyx_v_self, PyOb
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":739 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":739 */
__pyx_1 = (__pyx_v_a <= 1.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":740 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":740 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 740; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 740; goto __pyx_L1;}
Py_INCREF(__pyx_k103p);
@@ -3631,7 +3631,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_zipf(PyObject *__pyx_v_self, PyOb
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":741 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":741 */
__pyx_2 = __pyx_f_6mtrand_discd_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_zipf,__pyx_v_size,__pyx_v_a); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 741; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3673,11 +3673,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_geometric(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":749 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":749 */
__pyx_1 = (__pyx_v_p < 0.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":750 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":750 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; goto __pyx_L1;}
Py_INCREF(__pyx_k104p);
@@ -3693,7 +3693,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_geometric(PyObject *__pyx_v_self,
__pyx_1 = (__pyx_v_p > 1.0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":752 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":752 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 752; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 752; goto __pyx_L1;}
Py_INCREF(__pyx_k105p);
@@ -3708,7 +3708,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_geometric(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":753 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":753 */
__pyx_2 = __pyx_f_6mtrand_discd_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_geometric,__pyx_v_size,__pyx_v_p); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3756,11 +3756,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_hypergeometric(PyObject *__pyx_v_
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":765 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":765 */
__pyx_1 = (__pyx_v_ngood < 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":766 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":766 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 766; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 766; goto __pyx_L1;}
Py_INCREF(__pyx_k106p);
@@ -3776,7 +3776,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_hypergeometric(PyObject *__pyx_v_
__pyx_1 = (__pyx_v_nbad < 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":768 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":768 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 768; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 768; goto __pyx_L1;}
Py_INCREF(__pyx_k107p);
@@ -3792,7 +3792,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_hypergeometric(PyObject *__pyx_v_
__pyx_1 = ((__pyx_v_ngood + __pyx_v_nbad) < __pyx_v_nsample);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":770 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":770 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 770; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 770; goto __pyx_L1;}
Py_INCREF(__pyx_k108p);
@@ -3808,7 +3808,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_hypergeometric(PyObject *__pyx_v_
__pyx_1 = (__pyx_v_nsample < 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":772 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":772 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 772; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 772; goto __pyx_L1;}
Py_INCREF(__pyx_k109p);
@@ -3823,7 +3823,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_hypergeometric(PyObject *__pyx_v_
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":773 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":773 */
__pyx_2 = __pyx_f_6mtrand_discnmN_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_hypergeometric,__pyx_v_size,__pyx_v_ngood,__pyx_v_nbad,__pyx_v_nsample); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 773; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3865,11 +3865,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_logseries(PyObject *__pyx_v_self,
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_size);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":781 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":781 */
__pyx_1 = (__pyx_v_p < 0);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":782 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":782 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 782; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 782; goto __pyx_L1;}
Py_INCREF(__pyx_k110p);
@@ -3885,7 +3885,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_logseries(PyObject *__pyx_v_self,
__pyx_1 = (__pyx_v_p > 1);
if (__pyx_1) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":784 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":784 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 784; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 784; goto __pyx_L1;}
Py_INCREF(__pyx_k111p);
@@ -3900,7 +3900,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_logseries(PyObject *__pyx_v_self,
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":785 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":785 */
__pyx_2 = __pyx_f_6mtrand_discd_array(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,rk_logseries,__pyx_v_size,__pyx_v_p); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 785; goto __pyx_L1;}
__pyx_r = __pyx_2;
__pyx_2 = 0;
@@ -3978,7 +3978,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_s = Py_None; Py_INCREF(__pyx_v_s);
__pyx_v_v = Py_None; Py_INCREF(__pyx_v_v);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":806 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":806 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 806; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_array); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 806; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
@@ -3992,7 +3992,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_mean = __pyx_3;
__pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":807 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":807 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 807; goto __pyx_L1;}
__pyx_1 = PyObject_GetAttr(__pyx_2, __pyx_n_array); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 807; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -4006,11 +4006,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_cov = __pyx_2;
__pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":808 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":808 */
__pyx_4 = __pyx_v_size == Py_None;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":809 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":809 */
__pyx_1 = PyList_New(0); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 809; goto __pyx_L1;}
Py_DECREF(__pyx_v_shape);
__pyx_v_shape = __pyx_1;
@@ -4019,14 +4019,14 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":811 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":811 */
Py_INCREF(__pyx_v_size);
Py_DECREF(__pyx_v_shape);
__pyx_v_shape = __pyx_v_size;
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":812 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":812 */
__pyx_3 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_v_mean, __pyx_n_shape); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; goto __pyx_L1;}
__pyx_1 = PyTuple_New(1); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 812; goto __pyx_L1;}
@@ -4042,7 +4042,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
Py_DECREF(__pyx_3); __pyx_3 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":813 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":813 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_ArgumentError); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 813; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 813; goto __pyx_L1;}
Py_INCREF(__pyx_k112p);
@@ -4057,7 +4057,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
__pyx_L3:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":814 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":814 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 814; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_v_cov, __pyx_n_shape); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 814; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 814; goto __pyx_L1;}
@@ -4089,7 +4089,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":815 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":815 */
__pyx_3 = __Pyx_GetName(__pyx_b, __pyx_n_ArgumentError); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 815; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 815; goto __pyx_L1;}
Py_INCREF(__pyx_k113p);
@@ -4104,7 +4104,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
__pyx_L4:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":816 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":816 */
__pyx_5 = PyObject_GetAttr(__pyx_v_mean, __pyx_n_shape); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 816; goto __pyx_L1;}
__pyx_3 = PyInt_FromLong(0); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 816; goto __pyx_L1;}
__pyx_2 = PyObject_GetItem(__pyx_5, __pyx_3); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 816; goto __pyx_L1;}
@@ -4121,7 +4121,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
Py_DECREF(__pyx_3); __pyx_3 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":817 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":817 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_ArgumentError); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 817; goto __pyx_L1;}
__pyx_5 = PyTuple_New(1); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 817; goto __pyx_L1;}
Py_INCREF(__pyx_k114p);
@@ -4136,7 +4136,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
__pyx_L5:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":819 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":819 */
__pyx_3 = __Pyx_GetName(__pyx_b, __pyx_n_isinstance); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 819; goto __pyx_L1;}
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_int); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 819; goto __pyx_L1;}
__pyx_5 = PyTuple_New(2); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 819; goto __pyx_L1;}
@@ -4151,7 +4151,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
Py_DECREF(__pyx_2); __pyx_2 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":820 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":820 */
__pyx_1 = PyList_New(1); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 820; goto __pyx_L1;}
Py_INCREF(__pyx_v_shape);
PyList_SET_ITEM(__pyx_1, 0, __pyx_v_shape);
@@ -4162,7 +4162,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
}
__pyx_L6:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":821 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":821 */
__pyx_3 = __Pyx_GetName(__pyx_b, __pyx_n_list); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 821; goto __pyx_L1;}
__pyx_5 = PySequence_GetSlice(__pyx_v_shape, 0, 0x7fffffff); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 821; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 821; goto __pyx_L1;}
@@ -4175,7 +4175,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_final_shape = __pyx_1;
__pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":822 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":822 */
__pyx_5 = PyObject_GetAttr(__pyx_v_final_shape, __pyx_n_append); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 822; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_v_mean, __pyx_n_shape); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 822; goto __pyx_L1;}
__pyx_2 = PyInt_FromLong(0); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 822; goto __pyx_L1;}
@@ -4190,7 +4190,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
Py_DECREF(__pyx_3); __pyx_3 = 0;
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":826 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":826 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n_standard_normal); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 826; goto __pyx_L1;}
__pyx_5 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 826; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_5, __pyx_n_multiply); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 826; goto __pyx_L1;}
@@ -4213,7 +4213,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_x = __pyx_5;
__pyx_5 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":827 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":827 */
__pyx_3 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 827; goto __pyx_L1;}
__pyx_1 = PyObject_GetAttr(__pyx_3, __pyx_n_multiply); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 827; goto __pyx_L1;}
Py_DECREF(__pyx_3); __pyx_3 = 0;
@@ -4252,7 +4252,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
if (PyObject_SetAttr(__pyx_v_x, __pyx_n_shape, __pyx_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 827; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":836 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":836 */
__pyx_2 = PyList_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 836; goto __pyx_L1;}
Py_INCREF(__pyx_n_svd);
PyList_SET_ITEM(__pyx_2, 0, __pyx_n_svd);
@@ -4264,7 +4264,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_5 = 0;
Py_DECREF(__pyx_3); __pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":838 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":838 */
__pyx_1 = PyTuple_New(1); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 838; goto __pyx_L1;}
Py_INCREF(__pyx_v_cov);
PyTuple_SET_ITEM(__pyx_1, 0, __pyx_v_cov);
@@ -4285,7 +4285,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
if (__Pyx_EndUnpack(__pyx_2, 3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 838; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":839 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":839 */
__pyx_3 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 839; goto __pyx_L1;}
__pyx_5 = PyObject_GetAttr(__pyx_3, __pyx_n_matrixmultiply); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 839; goto __pyx_L1;}
Py_DECREF(__pyx_3); __pyx_3 = 0;
@@ -4312,7 +4312,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
__pyx_v_x = __pyx_1;
__pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":842 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":842 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 842; goto __pyx_L1;}
__pyx_5 = PyObject_GetAttr(__pyx_2, __pyx_n_add); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 842; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -4328,7 +4328,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
Py_DECREF(__pyx_3); __pyx_3 = 0;
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":843 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":843 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_tuple); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 843; goto __pyx_L1;}
__pyx_5 = PyTuple_New(1); if (!__pyx_5) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 843; goto __pyx_L1;}
Py_INCREF(__pyx_v_final_shape);
@@ -4339,7 +4339,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multivariate_normal(PyObject *__p
if (PyObject_SetAttr(__pyx_v_x, __pyx_n_shape, __pyx_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 843; goto __pyx_L1;}
Py_DECREF(__pyx_3); __pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":844 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":844 */
Py_INCREF(__pyx_v_x);
__pyx_r = __pyx_v_x;
goto __pyx_L0;
@@ -4408,7 +4408,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
__pyx_v_shape = Py_None; Py_INCREF(__pyx_v_shape);
__pyx_v_multin = Py_None; Py_INCREF(__pyx_v_multin);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":862 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":862 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 862; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 862; goto __pyx_L1;}
Py_INCREF(__pyx_v_pvals);
@@ -4420,21 +4420,21 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
Py_DECREF(__pyx_3); __pyx_3 = 0;
__pyx_v_d = __pyx_4;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":863 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":863 */
__pyx_1 = ((PyObject *)PyArray_ContiguousFromObject(__pyx_v_pvals,PyArray_DOUBLE,1,1)); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 863; goto __pyx_L1;}
Py_INCREF(((PyObject *)__pyx_1));
Py_DECREF(((PyObject *)arrayObject_parr));
arrayObject_parr = ((PyArrayObject *)__pyx_1);
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":864 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":864 */
__pyx_v_pix = ((double (*))arrayObject_parr->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":866 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":866 */
__pyx_5 = (__pyx_f_6mtrand_kahan_sum(__pyx_v_pix,(__pyx_v_d - 1)) > 1.0);
if (__pyx_5) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":867 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":867 */
__pyx_2 = __Pyx_GetName(__pyx_b, __pyx_n_ValueError); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 867; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 867; goto __pyx_L1;}
Py_INCREF(__pyx_k117p);
@@ -4449,11 +4449,11 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":869 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":869 */
__pyx_5 = __pyx_v_size == Py_None;
if (__pyx_5) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":870 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":870 */
__pyx_2 = PyInt_FromLong(__pyx_v_d); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 870; goto __pyx_L1;}
__pyx_3 = PyTuple_New(1); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 870; goto __pyx_L1;}
PyTuple_SET_ITEM(__pyx_3, 0, __pyx_2);
@@ -4476,7 +4476,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (__pyx_5) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":872 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":872 */
__pyx_2 = PyInt_FromLong(__pyx_v_d); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 872; goto __pyx_L1;}
__pyx_3 = PyTuple_New(2); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 872; goto __pyx_L1;}
Py_INCREF(__pyx_v_size);
@@ -4490,7 +4490,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":874 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":874 */
__pyx_1 = PyInt_FromLong(__pyx_v_d); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 874; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 874; goto __pyx_L1;}
PyTuple_SET_ITEM(__pyx_2, 0, __pyx_1);
@@ -4503,7 +4503,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
}
__pyx_L3:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":876 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":876 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_zeros); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
@@ -4522,68 +4522,68 @@ static PyObject *__pyx_f_6mtrand_11RandomState_multinomial(PyObject *__pyx_v_sel
__pyx_v_multin = __pyx_1;
__pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":877 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":877 */
Py_INCREF(((PyObject *)__pyx_v_multin));
Py_DECREF(((PyObject *)arrayObject_mnarr));
arrayObject_mnarr = ((PyArrayObject *)__pyx_v_multin);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":878 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":878 */
__pyx_v_mnix = ((long (*))arrayObject_mnarr->data);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":879 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":879 */
__pyx_v_i = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":880 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":880 */
while (1) {
__pyx_5 = (__pyx_v_i < PyArray_SIZE(arrayObject_mnarr));
if (!__pyx_5) break;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":881 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":881 */
__pyx_v_Sum = 1.0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":882 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":882 */
__pyx_v_dn = __pyx_v_n;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":883 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":883 */
__pyx_4 = (__pyx_v_d - 1);
for (__pyx_v_j = 0; __pyx_v_j < __pyx_4; ++__pyx_v_j) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":884 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":884 */
(__pyx_v_mnix[(__pyx_v_i + __pyx_v_j)]) = rk_binomial(((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state,__pyx_v_dn,((__pyx_v_pix[__pyx_v_j]) / __pyx_v_Sum));
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":885 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":885 */
__pyx_v_dn = (__pyx_v_dn - (__pyx_v_mnix[(__pyx_v_i + __pyx_v_j)]));
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":886 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":886 */
__pyx_5 = (__pyx_v_dn <= 0);
if (__pyx_5) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":887 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":887 */
goto __pyx_L7;
goto __pyx_L8;
}
__pyx_L8:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":888 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":888 */
__pyx_v_Sum = (__pyx_v_Sum - (__pyx_v_pix[__pyx_v_j]));
}
__pyx_L7:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":889 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":889 */
__pyx_5 = (__pyx_v_dn > 0);
if (__pyx_5) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":890 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":890 */
(__pyx_v_mnix[((__pyx_v_i + __pyx_v_d) - 1)]) = __pyx_v_dn;
goto __pyx_L9;
}
__pyx_L9:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":892 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":892 */
__pyx_v_i = (__pyx_v_i + __pyx_v_d);
}
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":894 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":894 */
Py_INCREF(__pyx_v_multin);
__pyx_r = __pyx_v_multin;
goto __pyx_L0;
@@ -4624,7 +4624,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_shuffle(PyObject *__pyx_v_self, P
Py_INCREF(__pyx_v_self);
Py_INCREF(__pyx_v_x);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":905 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":905 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_len); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 905; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 905; goto __pyx_L1;}
Py_INCREF(__pyx_v_x);
@@ -4640,15 +4640,15 @@ static PyObject *__pyx_f_6mtrand_11RandomState_shuffle(PyObject *__pyx_v_self, P
Py_DECREF(__pyx_2); __pyx_2 = 0;
__pyx_v_i = __pyx_4;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":906 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":906 */
while (1) {
__pyx_5 = (__pyx_v_i > 0);
if (!__pyx_5) break;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":907 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":907 */
__pyx_v_j = rk_interval(__pyx_v_i,((struct __pyx_obj_6mtrand_RandomState *)__pyx_v_self)->internal_state);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":908 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":908 */
__pyx_3 = PyInt_FromLong(__pyx_v_j); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 908; goto __pyx_L1;}
__pyx_1 = PyObject_GetItem(__pyx_v_x, __pyx_3); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 908; goto __pyx_L1;}
Py_DECREF(__pyx_3); __pyx_3 = 0;
@@ -4664,7 +4664,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_shuffle(PyObject *__pyx_v_self, P
Py_DECREF(__pyx_2); __pyx_2 = 0;
Py_DECREF(__pyx_3); __pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":909 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":909 */
__pyx_v_i = (__pyx_v_i - 1);
}
@@ -4700,7 +4700,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_permutation(PyObject *__pyx_v_sel
Py_INCREF(__pyx_v_x);
__pyx_v_arr = Py_None; Py_INCREF(__pyx_v_arr);
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":917 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":917 */
__pyx_1 = __Pyx_GetName(__pyx_b, __pyx_n_type); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 917; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 917; goto __pyx_L1;}
Py_INCREF(__pyx_v_x);
@@ -4714,7 +4714,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_permutation(PyObject *__pyx_v_sel
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (__pyx_4) {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":918 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":918 */
__pyx_2 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 918; goto __pyx_L1;}
__pyx_3 = PyObject_GetAttr(__pyx_2, __pyx_n_arange); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 918; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
@@ -4731,7 +4731,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_permutation(PyObject *__pyx_v_sel
}
/*else*/ {
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":920 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":920 */
__pyx_3 = __Pyx_GetName(__pyx_m, __pyx_n__sp); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 920; goto __pyx_L1;}
__pyx_1 = PyObject_GetAttr(__pyx_3, __pyx_n_array); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 920; goto __pyx_L1;}
Py_DECREF(__pyx_3); __pyx_3 = 0;
@@ -4747,7 +4747,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_permutation(PyObject *__pyx_v_sel
}
__pyx_L2:;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":921 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":921 */
__pyx_1 = PyObject_GetAttr(__pyx_v_self, __pyx_n_shuffle); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 921; goto __pyx_L1;}
__pyx_2 = PyTuple_New(1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 921; goto __pyx_L1;}
Py_INCREF(__pyx_v_arr);
@@ -4757,7 +4757,7 @@ static PyObject *__pyx_f_6mtrand_11RandomState_permutation(PyObject *__pyx_v_sel
Py_DECREF(__pyx_2); __pyx_2 = 0;
Py_DECREF(__pyx_3); __pyx_3 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":922 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":922 */
Py_INCREF(__pyx_v_arr);
__pyx_r = __pyx_v_arr;
goto __pyx_L0;
@@ -4818,6 +4818,7 @@ static __Pyx_InternTabEntry __pyx_intern_tab[] = {
{&__pyx_n_noncentral_chisquare, "noncentral_chisquare"},
{&__pyx_n_noncentral_f, "noncentral_f"},
{&__pyx_n_normal, "normal"},
+ {&__pyx_n_numpy, "numpy"},
{&__pyx_n_pareto, "pareto"},
{&__pyx_n_permutation, "permutation"},
{&__pyx_n_poisson, "poisson"},
@@ -4830,7 +4831,6 @@ static __Pyx_InternTabEntry __pyx_intern_tab[] = {
{&__pyx_n_random_sample, "random_sample"},
{&__pyx_n_rayleigh, "rayleigh"},
{&__pyx_n_reduce, "reduce"},
- {&__pyx_n_numpy, "numpy"},
{&__pyx_n_seed, "seed"},
{&__pyx_n_set_state, "set_state"},
{&__pyx_n_shape, "shape"},
@@ -5130,510 +5130,510 @@ DL_EXPORT(void) initmtrand(void) {
if (PyObject_SetAttrString(__pyx_m, "RandomState", (PyObject *)&__pyx_type_6mtrand_RandomState) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 266; goto __pyx_L1;}
__pyx_ptype_6mtrand_RandomState = &__pyx_type_6mtrand_RandomState;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":118 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":118 */
import_array();
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":120 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":120 */
__pyx_1 = __Pyx_Import(__pyx_n_numpy, 0); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 120; goto __pyx_L1;}
if (PyObject_SetAttr(__pyx_m, __pyx_n__sp, __pyx_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 120; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":286 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":286 */
Py_INCREF(Py_None);
__pyx_k2 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":295 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":295 */
Py_INCREF(Py_None);
__pyx_k3 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":356 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":356 */
Py_INCREF(Py_None);
__pyx_k4 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":363 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":363 */
Py_INCREF(Py_None);
__pyx_k5 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":370 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":370 */
Py_INCREF(Py_None);
__pyx_k6 = Py_None;
Py_INCREF(Py_None);
__pyx_k7 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":416 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":416 */
__pyx_k8 = 0.0;
__pyx_k9 = 1.0;
Py_INCREF(Py_None);
__pyx_k10 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":446 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":446 */
Py_INCREF(Py_None);
__pyx_k11 = Py_None;
Py_INCREF(Py_None);
__pyx_k12 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":459 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":459 */
Py_INCREF(Py_None);
__pyx_k13 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":466 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":466 */
__pyx_k14 = 0.0;
__pyx_k15 = 1.0;
Py_INCREF(Py_None);
__pyx_k16 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":475 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":475 */
Py_INCREF(Py_None);
__pyx_k17 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":486 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":486 */
__pyx_k18 = 1.0;
Py_INCREF(Py_None);
__pyx_k19 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":495 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":495 */
Py_INCREF(Py_None);
__pyx_k20 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":502 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":502 */
Py_INCREF(Py_None);
__pyx_k21 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":511 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":511 */
__pyx_k22 = 1.0;
Py_INCREF(Py_None);
__pyx_k23 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":522 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":522 */
Py_INCREF(Py_None);
__pyx_k24 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":533 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":533 */
Py_INCREF(Py_None);
__pyx_k25 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":547 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":547 */
Py_INCREF(Py_None);
__pyx_k26 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":556 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":556 */
Py_INCREF(Py_None);
__pyx_k27 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":568 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":568 */
Py_INCREF(Py_None);
__pyx_k28 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":575 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":575 */
Py_INCREF(Py_None);
__pyx_k29 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":584 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":584 */
Py_INCREF(Py_None);
__pyx_k30 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":594 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":594 */
Py_INCREF(Py_None);
__pyx_k31 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":603 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":603 */
Py_INCREF(Py_None);
__pyx_k32 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":612 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":612 */
Py_INCREF(Py_None);
__pyx_k33 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":621 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":621 */
__pyx_k34 = 0.0;
__pyx_k35 = 1.0;
Py_INCREF(Py_None);
__pyx_k36 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":630 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":630 */
__pyx_k37 = 0.0;
__pyx_k38 = 1.0;
Py_INCREF(Py_None);
__pyx_k39 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":639 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":639 */
__pyx_k40 = 0.0;
__pyx_k41 = 1.0;
Py_INCREF(Py_None);
__pyx_k42 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":648 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":648 */
__pyx_k43 = 0.0;
__pyx_k44 = 1.0;
Py_INCREF(Py_None);
__pyx_k45 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":662 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":662 */
__pyx_k46 = 1.0;
Py_INCREF(Py_None);
__pyx_k47 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":671 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":671 */
Py_INCREF(Py_None);
__pyx_k48 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":682 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":682 */
Py_INCREF(Py_None);
__pyx_k49 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":698 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":698 */
Py_INCREF(Py_None);
__pyx_k50 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":711 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":711 */
Py_INCREF(Py_None);
__pyx_k51 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":725 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":725 */
__pyx_k52 = 1.0;
Py_INCREF(Py_None);
__pyx_k53 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":734 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":734 */
Py_INCREF(Py_None);
__pyx_k54 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":743 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":743 */
Py_INCREF(Py_None);
__pyx_k55 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":755 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":755 */
Py_INCREF(Py_None);
__pyx_k56 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":776 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":776 */
Py_INCREF(Py_None);
__pyx_k57 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":788 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":788 */
Py_INCREF(Py_None);
__pyx_k58 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":846 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":846 */
Py_INCREF(Py_None);
__pyx_k59 = Py_None;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":924 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":924 */
__pyx_1 = PyTuple_New(0); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 924; goto __pyx_L1;}
__pyx_2 = PyObject_CallObject(((PyObject*)__pyx_ptype_6mtrand_RandomState), __pyx_1); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 924; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n__rand, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 924; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":925 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":925 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 925; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_seed); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 925; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_seed, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 925; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":926 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":926 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 926; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_get_state); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 926; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_get_state, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 926; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":927 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":927 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 927; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_set_state); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 927; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_set_state, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 927; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":928 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":928 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 928; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_random_sample); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 928; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_random_sample, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 928; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":929 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":929 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 929; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_randint); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 929; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_randint, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 929; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":930 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":930 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 930; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_bytes); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 930; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_bytes, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 930; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":931 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":931 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 931; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_uniform); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 931; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_uniform, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 931; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":932 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":932 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 932; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_rand); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 932; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_rand, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 932; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":933 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":933 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 933; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_randn); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 933; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_randn, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 933; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":934 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":934 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 934; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_random_integers); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 934; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_random_integers, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 934; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":935 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":935 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 935; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_standard_normal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 935; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_standard_normal, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 935; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":936 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":936 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 936; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_normal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 936; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_normal, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 936; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":937 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":937 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 937; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_beta); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 937; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_beta, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 937; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":938 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":938 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 938; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_exponential); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 938; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_exponential, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 938; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":939 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":939 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 939; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_standard_exponential); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 939; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_standard_exponential, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 939; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":940 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":940 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 940; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_standard_gamma); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 940; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_standard_gamma, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 940; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":941 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":941 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 941; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_gamma); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 941; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_gamma, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 941; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":942 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":942 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 942; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_f); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 942; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_f, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 942; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":943 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":943 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 943; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_noncentral_f); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 943; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_noncentral_f, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 943; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":944 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":944 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 944; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_chisquare); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 944; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_chisquare, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 944; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":945 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":945 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 945; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_noncentral_chisquare); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 945; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_noncentral_chisquare, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 945; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":946 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":946 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 946; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_standard_cauchy); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 946; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_standard_cauchy, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 946; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":947 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":947 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 947; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_standard_t); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 947; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_standard_t, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 947; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":948 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":948 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 948; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_vonmises); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 948; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_vonmises, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 948; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":949 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":949 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 949; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_pareto); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 949; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_pareto, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 949; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":950 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":950 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 950; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_weibull); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 950; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_weibull, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 950; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":951 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":951 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 951; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_power); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 951; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_power, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 951; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":952 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":952 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 952; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_laplace); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 952; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_laplace, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 952; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":953 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":953 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 953; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_gumbel); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 953; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_gumbel, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 953; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":954 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":954 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 954; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_logistic); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 954; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_logistic, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 954; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":955 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":955 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 955; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_lognormal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 955; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_lognormal, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 955; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":956 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":956 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 956; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_rayleigh); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 956; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_rayleigh, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 956; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":957 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":957 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 957; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_wald); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 957; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_wald, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 957; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":958 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":958 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 958; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_triangular); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 958; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_triangular, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 958; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":960 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":960 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 960; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_binomial); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 960; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_binomial, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 960; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":961 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":961 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 961; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_negative_binomial); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 961; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_negative_binomial, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 961; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":962 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":962 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 962; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_poisson); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 962; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_poisson, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 962; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":963 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":963 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 963; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_zipf); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 963; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_zipf, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 963; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":964 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":964 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 964; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_geometric); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 964; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_geometric, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 964; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":965 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":965 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 965; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_hypergeometric); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 965; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_hypergeometric, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 965; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":966 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":966 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 966; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_logseries); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 966; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_logseries, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 966; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":968 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":968 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 968; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_multivariate_normal); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 968; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_multivariate_normal, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 968; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":969 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":969 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 969; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_multinomial); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 969; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_multinomial, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 969; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":971 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":971 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 971; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_shuffle); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 971; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;
if (PyObject_SetAttr(__pyx_m, __pyx_n_shuffle, __pyx_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 971; goto __pyx_L1;}
Py_DECREF(__pyx_2); __pyx_2 = 0;
- /* "/home/oliphant/core/numpy/lib/mtrand/mtrand.pyx":972 */
+ /* "/home/oliphant/numpy/numpy/random/mtrand/mtrand.pyx":972 */
__pyx_1 = __Pyx_GetName(__pyx_m, __pyx_n__rand); if (!__pyx_1) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 972; goto __pyx_L1;}
__pyx_2 = PyObject_GetAttr(__pyx_1, __pyx_n_permutation); if (!__pyx_2) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 972; goto __pyx_L1;}
Py_DECREF(__pyx_1); __pyx_1 = 0;