//CFG//
/// Configuration file for SecureRandom example //
// Usage:
// java -jar leakiEst.jar -cfg configSecureRandom.txt
//
// Note: Do not edit the first line of this file.
//////////////////////////////////////////////////
// Choose task from mi(mutual information), cp(capacity),
// me(min-entropy leakage) and mc(min-capacity)
-mi

// Choose whether observation is di(discrete) or co(continuous)
-di

//////////////////////////////////////////////////
// When analysing an observation file
-o
	"java-securerandom-lowentropy.txt"

// Set the level of information shown (0 to 5)
-v       0
