public code v1

This commit is contained in:
2026-05-22 11:14:29 +02:00
parent 427197ec5a
commit b8141736eb
28859 changed files with 575079 additions and 0 deletions
@@ -0,0 +1,20 @@
<module>
<subclass>afryca.ase.Module</subclass>
<file></file>
<name>RandomHPR</name>
<description>Random HPR generators</description>
<simulationCode>
var n = 3;
</simulationCode>
<input>
<parameter>
<id>n</id>
<value>java.lang.Integer</value>
</parameter>
<parameter>
<id>number</id>
<value>java.lang.Integer</value>
</parameter>
</input>
<output>afryca.hpr.HPR</output>
</module>
@@ -0,0 +1,10 @@
<function>
<subclass>afryca.ase.Function</subclass>
<file></file>
<category>RandomHPR</category>
<name>AdditiveConsitencyRandomHPR</name>
<description></description>
<code>
return consistency.additiveConsistencyRandomHPR (n,number);
</code>
</function>