Skip to content

Commit

Permalink
Update taichi random generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Dec 20, 2023
1 parent e272d15 commit 1594a2b
Show file tree
Hide file tree
Showing 7 changed files with 163 additions and 307 deletions.
2 changes: 1 addition & 1 deletion brainpy/_src/math/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .compat_numpy import *
from .compat_tensorflow import *
from .others import *
from . import random, linalg, fft
from . import random, linalg, fft, taichi_random

# operators
from .op_register import *
Expand Down
Loading

0 comments on commit 1594a2b

Please sign in to comment.