+ Reply to Thread
Results 1 to 2 of 2

How do I generate non-recurring random numbers to assign groups?

  1. #1
    hkoehnk
    Guest

    How do I generate non-recurring random numbers to assign groups?

    I am attempting to use random number generator to assign numbers to subjects
    in a group so to give each subject a group assignment. Each subject blocked
    by weight, then assigned a number.

  2. #2
    Gary''s Student
    Guest

    RE: How do I generate non-recurring random numbers to assign groups?

    This is only an example, but the concept may help you.

    Let's say we want do sample ten numbers randomly (and uniquely) from a
    distribution of one to one hundred.

    Enter the numbers one to one hundred in a column. In the next column enter
    +RAND() and copy down. Sort by the second column; this will jumble the
    first column. Just take the first ten entries in the first column. They
    will be randomly picked from the distribution with no repeats.

    Hope this helps
    --
    Gary''s Student


    "hkoehnk" wrote:

    > I am attempting to use random number generator to assign numbers to subjects
    > in a group so to give each subject a group assignment. Each subject blocked
    > by weight, then assigned a number.


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1