Skip to content

Commit

Permalink
add random module
Browse files Browse the repository at this point in the history
(cherry picked from commit 38ff784)
  • Loading branch information
ferrine authored and Maxim Kochurov committed Jun 24, 2017
1 parent eb69131 commit 378a74b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gelato/__init__.py
@@ -1,4 +1,5 @@
from pymc3.theanof import set_tt_rng, tt_rng
from . import random
from .random import *
from gelato.specs import *
from . import layers
from . import specs
Expand Down
5 changes: 5 additions & 0 deletions gelato/random.py
@@ -0,0 +1,5 @@
from pymc3.theanof import set_tt_rng, tt_rng
__all__ = [
'set_tt_rng',
'tt_rng'
]

0 comments on commit 378a74b

Please sign in to comment.