4 lines
91 B
Text
4 lines
91 B
Text
for i ? (millerRabinPrimalityTest(i, 1, entropy)) in 4..1000 {
|
|
print(i, " ")
|
|
}
|
|
println()
|