Probabilistic prime test based on Solovay-Strassen (Euler Criterion)

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool SolovayStrassenTest(
	int confidence
)
Visual Basic
Public Function SolovayStrassenTest ( 
	confidence As Integer
) As Boolean
Visual C++
public:
bool SolovayStrassenTest(
	int confidence
)
F#
member SolovayStrassenTest : 
        confidence : int -> bool 

Parameters

confidence
Type: System..::..Int32

Return Value

Type: Boolean

See Also