From 745e88e0a23364d84cba1938436f5ee32f150cbb Mon Sep 17 00:00:00 2001 From: justumen Date: Mon, 12 Aug 2024 21:56:20 +0200 Subject: [PATCH] ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db31bf9..72def0d 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Iterate over all lines from an input text. (Good for testing multiple lines of t ❗ This node is used to force to generate a random seed, along with text. But what does that mean ??? -When you use a loop, the loop will use the same seed for each iteration. (That is the point, it will keep the same seed to compare results.) +When you use a loop (♻), the loop will use the same seed for each iteration. (That is the point, it will keep the same seed to compare results.) Simple example without using random seed node : ![Text with random Seed 1](screenshots/random_seed_1.png)