From 367726b7efc7cbb9ae33d0ca969bdc2427189c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 28 Sep 2024 10:18:17 +0200 Subject: [PATCH] Remove random output from doctest --- nx/lib/nx/random.ex | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nx/lib/nx/random.ex b/nx/lib/nx/random.ex index 27a7ef047c..5b429517cb 100644 --- a/nx/lib/nx/random.ex +++ b/nx/lib/nx/random.ex @@ -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: