TruthTable.RandomGenerate
Back to table
/*
Logic-Function-Analysis
TruthTable.RandomGenerate
[TruthTable table]=TruthTable.RandomGenerate(int inputCount, int outputCount, bool withDontCare);
inputCount : the number of the input variables.
outputCount : the number of the output function.
withDontCare : true for ignoring some combination of the inputs.
Randomly generate a TruthTable.
*/
//-------------------------------------------------------------------
// examples
[table]=TruthTable.RandomGenerate(4,8,true);
Print(table);
//-------------------------------------------------------------------
// result
IsInverse IsMonotonicFunction MinValue GrayCode bool ToOrAnd ToNotFunction ToROBDD ToVariableInvertedFunction FeedbackDiagram long minterm() MantissaToPositiveNumber MostSignificantDigit To2LayerAndOr To2LayerAndXor SAT MaxSAT Sequential ShortestInputsForDistinguishTwoStates Assign AutoAssignInputAndStateVariables StateVariables FullTable HuffmanMealy CreateFromLogicFunctions GetNegativeLogicFunction SemanticEval Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.