Skip to content

Commit f58e625

Browse files
committed
Add jit import statement
1 parent bc75fc7 commit f58e625

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quantecon/random/utilities.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"""
44

55
import numpy as np
6+
from numba import jit
7+
68
from ..util import check_random_state
79

810
#-Generating Arrays and Vectors-#

0 commit comments

Comments
 (0)