Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Updated docs for randint operator #13541

Merged
merged 5 commits into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/python/ndarray/ndarray.md
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ The `ndarray` package provides several classes:
mxnet.ndarray.random.generalized_negative_binomial
mxnet.ndarray.random.multinomial
mxnet.ndarray.random.shuffle
mxnet.ndarray.random.randint
ChaiBapchya marked this conversation as resolved.
Show resolved Hide resolved
mxnet.random.seed
```

Expand Down
1 change: 1 addition & 0 deletions docs/api/python/ndarray/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ In the rest of this document, we list routines provided by the `ndarray.random`
uniform
multinomial
shuffle
randint
ChaiBapchya marked this conversation as resolved.
Show resolved Hide resolved
mxnet.random.seed
```

Expand Down
1 change: 1 addition & 0 deletions docs/api/python/symbol/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ In the rest of this document, we list routines provided by the `symbol.random` p
uniform
multinomial
shuffle
randint
ChaiBapchya marked this conversation as resolved.
Show resolved Hide resolved
mxnet.random.seed
```

Expand Down
1 change: 1 addition & 0 deletions docs/api/python/symbol/symbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ Composite multiple symbols into a new one by an operator.
mxnet.symbol.random.generalized_negative_binomial
mxnet.symbol.random.multinomial
mxnet.symbol.random.shuffle
mxnet.symbol.random.randint
ChaiBapchya marked this conversation as resolved.
Show resolved Hide resolved
mxnet.random.seed
```

Expand Down