From 376ee9d8c212c6814f1d7152d0377a323f3300fd Mon Sep 17 00:00:00 2001 From: The-Lum <86879521+The-Lum@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:13:41 +0100 Subject: [PATCH] Update `TContext.java` with `RandomFunction` --- src/net/sourceforge/plantuml/tim/TContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/sourceforge/plantuml/tim/TContext.java b/src/net/sourceforge/plantuml/tim/TContext.java index 7f789424a..b5eeeac68 100644 --- a/src/net/sourceforge/plantuml/tim/TContext.java +++ b/src/net/sourceforge/plantuml/tim/TContext.java @@ -209,7 +209,7 @@ public class TContext { functionsSet.addFunction(new LogicalNor()); functionsSet.addFunction(new LogicalNxor()); functionsSet.addFunction(new Ord()); - functionsSet.addFunction(new Random()); + functionsSet.addFunction(new RandomFunction()); // %standard_exists_function // %str_replace // !exit