Search found 1 match

by morbidCode
Fri Aug 26, 2016 2:49 am
Forum: Scheme
Topic: SICP exercise 1.28 - Miller Rabin Primality Test
Replies: 0
Views: 15048

SICP exercise 1.28 - Miller Rabin Primality Test

Hi, I'm new here. Can anyone review my code? This is exercise 1.28 from SICP. Description: "Exercise 1.28: One variant of the Fermat test that cannot be fooled is called the Miller-Rabin test (Miller 1976; Rabin 1980). This starts from an alternate form of Fermat’s Little Theorem, which state...