Skip to main content
Module

x/inthash/prime.ts>isPrimeMillerRabin

Integer Hashing Library based on Knuth's multiplicative hashing method for Javascript(& Typescript).
Go to Latest
function isPrimeMillerRabin
import { isPrimeMillerRabin } from "https://deno.land/x/inthash@3.0.1/prime.ts";

Parameters

w: bigint
optional
iterations: number

Returns

boolean