Copied
export const prerender = true;
Pick a random number within any range you choose.
Is the number truly random?
Yes. Randify uses your browser's built-in random function, which produces unpredictable results every time.
Can I generate negative numbers?
Absolutely. Just enter a negative value in the From field and a positive or negative value in the To field.
Is there a limit to the range?
You can use any whole numbers that JavaScript supports — safely up to about 9 quadrillion.