Skip to content

Commit

Permalink
return value hints
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar committed Aug 27, 2021
1 parent 2a47620 commit 3044965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heat/core/random.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def normal(
split: Optional[int] = None,
device: Optional[str] = None,
comm: Optional[Communication] = None,
):
) -> DNDarray:
"""
Returns an array filled with random numbers from a normal distribution whose mean and standard deviation are given.
If `std` and `mean` are DNDarrays, they have to match `shape`.
Expand Down Expand Up @@ -818,7 +818,7 @@ def standard_normal(
split: Optional[int] = None,
device: Optional[str] = None,
comm: Optional[Communication] = None,
):
) -> DNDarray:
"""
Returns an array filled with random numbers from a standard normal distribution with zero mean and variance of one.
Expand Down

0 comments on commit 3044965

Please sign in to comment.