About 126,000 results
Open links in new tab
  1. Generating a random number during a slide show - Google Groups

    Mar 27, 2003 · I'm looking for a way to generate a random number (1-10) during a PowerPoint slide show. For example during a game activity supported by a PowerPoint presentation I …

  2. RANDOM # around a MEAN with STANDARD DEVIATION

    Sep 11, 2007 · In Excel 2007, how can I create random numbers around a mean of 7 or some other specific number? I have to generate 36 random numbers around the mean of 6 with …

  3. non repeating Random number generation - Google Groups

    Mar 13, 2003 · I want to be able to produce 49 non repeating random numbers chosen from 1 to 49 so that all 49 numbers are randomly jumbled but there are no two numbers the same. yes …

  4. Need Help with Script that will Randomly select value - Google …

    Hello, I have a Google Sheet with two Sheets in the work sheet. I'd like to make a button that would randomly select a value in a named range on a separate sheet (within the same …

  5. Random Number Generation in VHDL - Google Groups

    Jan 24, 2008 · The math_real package has a random number function in it, uniform. It generates reals between 0 and 1. you can use this to easily generate an integer, which can then be …

  6. How to generate random number sequences (in your head)

    Aug 24, 1999 · The "random digits" are the units digits of the 2-digit numbers, ie, 3,0,2,2,3,9,5,... the sequence mod 10. The arithmetic is simple enough to carry out in your head. This is an …

  7. Random number MATRIX with 50g - Google Groups

    Feb 24, 2009 · To shuffle, take pairs of random numbers between 0 and 49 and swap the value at the random positions. Or, put numbers in list, pick random number from list (based on …

  8. Random Number Generator -- VHDL & Verilog - Google Groups

    Sep 13, 1995 · MC 500 4224 P.O. Box 426 St. Charles, MO 63302, USA 1. The Following is a random number generator package and a test bench to generate random vectors: 1s and 0s. …

  9. Good random hash function? - Google Groups

    Sep 2, 2012 · What I need is a hash function that takes 3 or 4 integers as input and outputs a random number (for example either a float between 0 and 1 or an integer between zero and …

  10. Question on the PowerBuilder Rand and Randomize Functions

    Dec 14, 2005 · the underlying random number generator algorithm is? Is it a linear congruential generator? If I understand things correctly, once the generator is seeded via Randomize (), …