Miller-Rabin Speed Test

Field Descriptions

function Name of the primality test run, applied to each integer in the range.
start First integer in the range to test.
n Count of consecutive integers tested beginning at start.
primes Number of primes found in the interval [start, start + n).
runTime Wall-clock time in milliseconds consumed while checking all n numbers.

Script Source