Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
c876e993
Commit
c876e993
authored
Mar 23, 2020
by
Martin Reinecke
Browse files
Merge branch 'NIFTy_6' into 'new_random'
# Conflicts: # nifty6/__init__.py
parents
71349a7e
604044cd
Pipeline
#71262
canceled with stages
in 1 minute and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty6/random.py
View file @
c876e993
...
...
@@ -147,6 +147,10 @@ def pop_sseq():
_rng
.
pop
()
def
seed
(
seed
):
np
.
random
.
seed
(
seed
)
class
Random
(
object
):
@
staticmethod
def
pm1
(
dtype
,
shape
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment