From 4a55b91de352cd58c0d070434b4d4260d4388ae4 Mon Sep 17 00:00:00 2001 From: Brian Sharpe Date: Fri, 14 Jul 2023 05:15:42 +1200 Subject: [PATCH] Remove modulo from randomfloat graph (#1407) It did not achieve its intention of allowing for more consistent behavior over large ranges, giving no benefit over that of a simple scale. The scale value of 4096 has been chosen arbitrarily. Perhaps we could expose it as an input someday. --- libraries/stdlib/stdlib_ng.mtlx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/libraries/stdlib/stdlib_ng.mtlx b/libraries/stdlib/stdlib_ng.mtlx index f40001e14d..ab1332e79d 100644 --- a/libraries/stdlib/stdlib_ng.mtlx +++ b/libraries/stdlib/stdlib_ng.mtlx @@ -1246,13 +1246,9 @@ - - - - - - + +