1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-24 22:07:33 +00:00

Update TContext.java with RandomFunction

This commit is contained in:
The-Lum 2024-02-01 23:13:41 +01:00 committed by GitHub
parent 9e18d34936
commit 376ee9d8c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@ public class TContext {
functionsSet.addFunction(new LogicalNor()); functionsSet.addFunction(new LogicalNor());
functionsSet.addFunction(new LogicalNxor()); functionsSet.addFunction(new LogicalNxor());
functionsSet.addFunction(new Ord()); functionsSet.addFunction(new Ord());
functionsSet.addFunction(new Random()); functionsSet.addFunction(new RandomFunction());
// %standard_exists_function // %standard_exists_function
// %str_replace // %str_replace
// !exit // !exit