RandomPrime[{imin,imax}]
gives a pseudorandom prime number in the range imin to imax.
RandomPrime[imax]
gives a pseudorandom prime number in the range 2 to imax.
RandomPrime[range,n]
gives a list of n pseudorandom primes.


RandomPrime
RandomPrime[{imin,imax}]
gives a pseudorandom prime number in the range imin to imax.
RandomPrime[imax]
gives a pseudorandom prime number in the range 2 to imax.
RandomPrime[range,n]
gives a list of n pseudorandom primes.
Details

- A random prime
is computed by repeatedly generating pseudorandom integers in the specified range until the desired number of primes has been produced.
- If no prime exists in the specified range, the input is returned unevaluated with an error message.
- RandomPrime[{imin,imax}] chooses primes between imin and imax with equal probability.
- RandomPrime[imax] is equivalent to RandomPrime[{2,imax}].
- RandomPrime[range,{n1,n2,…}] gives an n1×n2×… array of primes.
Examples
open all close allBasic Examples (3)
Applications (1)
Properties & Relations (1)
See Also
NextPrime RandomInteger PrimeQ GenerateAsymmetricKeyPair
Function Repository: RandomSafePrime
Tech Notes
Related Guides
History
Text
Wolfram Research (2007), RandomPrime, Wolfram Language function, https://reference.wolfram.com/language/ref/RandomPrime.html.
CMS
Wolfram Language. 2007. "RandomPrime." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RandomPrime.html.
APA
Wolfram Language. (2007). RandomPrime. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RandomPrime.html
BibTeX
@misc{reference.wolfram_2025_randomprime, author="Wolfram Research", title="{RandomPrime}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/RandomPrime.html}", note=[Accessed: 11-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_randomprime, organization={Wolfram Research}, title={RandomPrime}, year={2007}, url={https://reference.wolfram.com/language/ref/RandomPrime.html}, note=[Accessed: 11-August-2025]}