Files
SecGen/modules/generators/random/random_boolean/secgen_metadata.xml

19 lines
583 B
XML

<?xml version="1.0"?>
<generator xmlns="http://www.github/cliffe/SecGen/generator"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.github/cliffe/SecGen/generator">
<name>Random Boolean Generator</name>
<author>Thomas Shaw</author>
<module_license>MIT</module_license>
<description>Random True or False</description>
<type>boolean_generator</type>
<type>local_calculation</type>
<platform>linux</platform>
<platform>windows</platform>
<output_type>generated_boolean</output_type>
</generator>