answersLogoWhite

0


Best Answer

The RANDBETWEEN function.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which is the name of a function used to generate a ramdom number between specified values?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which function is used to randomize number in Excel?

There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.There is a RAND function which can generate random numbers. The RANDBETWEEN function can generate numbers between a lower and upper limit.


What function will read a specified number of elements from a file in c?

fread() function will read a specified number of elements from a file .


What function returns the number of occurrences of a specified character in the input string?

The charAt function returns the number of occurrences of a specified character in the input string.


What is rand function?

If you are referring to PHP's rand function then.The rand function is a function that is used to generate a random number between and including two fixed values or two varibles.An example of this is:This will generate a number between 1 and 9 including 1 and 9Another exampe of this is:This is also generate a number between 1 and 9 including 1 and 9.I hope this has helped you.


What function will read a specified number of elements from a file?

fread


What function compare the numbers in the specified range and then return with the largest number?

Maximum.


What is the difference between the PMT and PPMT functions in Excel?

The PPMT function returns the amt. of interest in a specified instalment number whereas the PMT function returns the amt. of interest in every EMI payment.


How do you do a randomization in Microsoft Excel?

You can create a random number using the RANDBETWEEN function. This allows you to generate a random whole number between a low and high level. For example, to get a random number between 1 and 100, you would do this: =RANDBETWEEN(1,100) You can also use the RAND function to generate a random number between 0 and 1. You can then multiply that by a number to increase the value. Both RAND and RANDBETWEEN regenerate their values every time anything in the worksheet changes and you can also press the F9 key to get them to regenerate a value.


Bzero function in socket programming?

bzero: writes the specified number of null bytes to the specified destination. bzero(char *dest, int nbytes);


What is a randbetween in a spreadsheet?

Randbetween allows you to generate random numbers with a range. You specify the lowest and highest that you want the number to be between. So if you wanted to generate a random number between 1 and 100, you would enter: =RANDBETWEEN(1,100) If you wanted to generate a random number between 25 and 60, you would enter: =RANDBETWEEN(25,60) The function will generate a new random number every time you make a change to the spreadsheet or press the F9 key. So if you want to retain the random numbers it generates, you could copy them and then do a Paste Special and choose Values. You could paste this on top of the original values or in a new location.


How do you get Visual Basic to generate a random number?

Or you can do Rnd*232 Where 232 is a number of your choice higher or lower number. I have used this in a Timer and works well.Valtros------------------------------------------------------------------------------------------------------------------AnswerUse the random function. The example below will give a random number between 1-100r = Random(1, 100)


Function sums the numbers in the specified range and then divides the sum by the number of non-zero cells in the range?

AVERAGE(range)