Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

PRND function

Description

PRND(min,max) returns a random prime number between min and max (inclusive). Max must be less than 1000000000000 (1012).

Example

PRND(10,20) can return 11, 13, 17, or 19.

Calculator

PRND(  ,  

Related functions