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:
parent
9e18d34936
commit
376ee9d8c2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user