Advertisement

1 - 10 of 46 containing alltags:("rand") (0 seconds)
Im looking to use excel 97 to produce a random number 32 times each document and in a differnet range each time its run... is that possible to insert that 32 number random enry into a document in e...
Zones: Ms Office SuiteDate Answered: 11/23/1998 Grade: A Views: 0
I would like to generate random floating numbers, for example between 1 and 100? for integers I used (rand()%100) now I need to do the same for floating points. Thanx in advance, --MJ
Zones: C++Date Answered: 02/24/1999 Grade: B Views: 0
I want to use a Random number generation in a program that I am writing. In my main dialog box's ONINITDIALOG() I do this srand( (unsigned)time(NULL) ); This is only done once per time the prog...
Zones: C++Date Answered: 05/04/1999 Grade: C Views: 0
Hello, In the main, I call a method randomTable on both objects. This method should randomly add the game vehicles to the char array. But for some reason the position of the vehicles in both obj...
Zones: C++Date Answered: 03/19/2004 Grade: A Views: 0
I have this function written in VB, I would like is to have it as a user-defined function in my SQL database. Public Function GenerateHexID() As String Dim iCounter As Integer Dim sTmpHex As S...
Zones: MS SQL ServerDate Answered: 11/10/2004 Grade: A Views: 0
Can I use that function using MUIs?  I am attempting to get a page of asian text in either Japanese or Chinese.
Zones: MS WordDate Answered: 01/05/2006 Grade: A Views: 0
 I have 32 threads and I want to create random number in each. Since rand is no rentrant I cant use it. I cant wrap it in a mutex either. And suggestions beside writng my own random number gen...
Zones: C++Date Answered: 03/28/2006 Grade: B Views: 0
hello, I have a listbox with some names and I would like to have a button that will select a random name from the listbox! how can I do this?
Zones: Visual BasicDate Answered: 04/24/2007 Grade: A Views: 0
Does anyone have a function available to generate a random unsigned __int32 value? rand() only goes up to RAND_MAX which is far too small. rand_s is only XP and later, so that's not usable for me a...
Zones: C++, CDate Answered: 05/17/2007 Grade: A Views: 0
Hi I'm looking for a function similar to rand(), but which acts as follow: When you give the range of the random number, and it "assigns/generates" a number in that range, the assigned/genera...
Zones: PHPDate Answered: 09/04/2007 Grade: A Views: 0