// Assembly: mscorlib
// Full name: Mono.Math.Prime.Generator.PrimeGeneratorBase

namespace Mono.Math.Prime.Generator
{
public class PrimeGeneratorBase // TypeDefIndex: 3367
{

	// Methods
	// RVA: -1
	public virtual type#16298 get_Confidence() { }
	// RVA: -1
	public virtual type#24633 get_PrimalityTest() { }
	// RVA: -1
	public virtual type#20867 get_TrialDivisionBounds() { }
	// RVA: -1
	public abstract type#15145 GenerateNewPrime(type#20867 bits) { }
	// RVA: -1
	protected type#28660 .ctor() { }
}
}
