Random Number Generating

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Leon (vnality_at_msn.com)
Date: 10/25/04


Date: Mon, 25 Oct 2004 13:21:05 -0500

I need a program that generate 5 non-duplicates random number between 1-10
as string values store in an array.

Do anybody know of any good books or websites that explain how to generator
random numbers using asp.net? I know about the random namespace within .net,
but
I need a reference to some code that do the similar stated function above.

Plus If you have any coding practice ideas for the above defined project
please share them.

Thanks!



Relevant Pages

  • Re: sbalneav Your Source Code
    ... > I'm not sure where you're going to store your file streams ... hence my use this array & of .txt files. ... string Blanks; ... So instead of passing the array, & converting each element. ...
    (talk.origins)
  • Re: Proper modularization technique
    ... will generate a string to be used by the calling routine. ... Should I set aside an array in the calling routine and have the ... the function might need to store more characters than the array ...
    (comp.lang.c)
  • Re: Data From CREATEOBJECT
    ... the first column and the "key" in the second. ... The array is public so that all of the objects can find it and the main program can find all of the objects. ... So there is no need to store it once more in the array. ... If it is a variable set of properties, then it might be better to build a long string of the property names and the respective values and store this string in a memo field. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: PHP & Facebook: Multidimensional Arrays
    ... list of favorite books from his/her profile. ...  This array has only one element: ... As an example, let's say that the string is "The Alienist, The ... Jerry Stuckle ...
    (comp.lang.php)
  • Re: what is the best datatype for..
    ... If you are only going to store it, then use a string. ... each value in the array, check to see if it already exists in the ... If it does, then just increment the count, otherwise, add ...
    (microsoft.public.dotnet.languages.csharp)