We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc75fc7 commit f58e625Copy full SHA for f58e625
quantecon/random/utilities.py
@@ -3,6 +3,8 @@
3
"""
4
5
import numpy as np
6
+from numba import jit
7
+
8
from ..util import check_random_state
9
10
#-Generating Arrays and Vectors-#
0 commit comments