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 allclose allBasic Examples (3)
Applications (1)
Properties & Relations (1)
Wolfram Research (2007), RandomPrime, Wolfram Language function, https://reference.wolfram.com/language/ref/RandomPrime.html.
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