warnings.warn("RandomStreams is deprecated and will be removed in release 0.7. Use shared_randomstreams.RandomStreams or MRG_RandomStreams instead.",stacklevel=3)
classRandomStreamsInstance(object):
...
...
@@ -121,7 +124,7 @@ class RandomStreams(Component, raw_random.RandomStreamsBase):
"""
def__init__(self,seed=None):
def__init__(self,seed=None,no_warn=False):
""":type seed: None or int
:param seed: a default seed to initialize the RandomState
...
...
@@ -129,7 +132,9 @@ class RandomStreams(Component, raw_random.RandomStreamsBase):