Skip to content

Commit

Permalink
Remove random output from doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 28, 2024
1 parent a67bb45 commit 367726b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nx/lib/nx/random.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ defmodule Nx.Random do
Or for example:
iex> Nx.Random.key(System.os_time())
#Nx.Tensor<
u32[2]
[0, 12]
>
This key can then be used in any of Nx’s random number generation
routines:
Expand Down

0 comments on commit 367726b

Please sign in to comment.