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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
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
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10132349.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10136852.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20921936.html
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21201171.html
Can I use that function using MUIs? I am attempting to get a page of asian text in either Japanese or Chinese.
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21755598.html
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?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_22531927.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22578995.html
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22805066.htm...
Zones:
PHPDate Answered: 09/04/2007 Grade: A Views: 0