Skip to content

Commit 367726b

Browse files
committed
Remove random output from doctest
1 parent a67bb45 commit 367726b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nx/lib/nx/random.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ defmodule Nx.Random do
1818
Or for example:
1919
2020
iex> Nx.Random.key(System.os_time())
21-
#Nx.Tensor<
22-
u32[2]
23-
[0, 12]
24-
>
2521
2622
This key can then be used in any of Nx’s random number generation
2723
routines:

0 commit comments

Comments
 (0)