Random choice
- To: mathgroup at smc.vnet.net
- Subject: [mg99831] Random choice
- From: Valeri Astanoff <astanoff at gmail.com>
- Date: Fri, 15 May 2009 04:22:29 -0400 (EDT)
Good day, Given this example : In[1]:= RandomChoice[Range[500], 100] // Union // Length Out[1]= 91 what is the best way to get *exactly* 100 different random numbers ranging from 1 to 500 ? Any piece of advice would be appreciated. -- Valeri Astanoff
- Follow-Ups:
- Re: Random choice
- From: Leonid Shifrin <lshifr@gmail.com>
- Re: Random choice
- From: <ingolf.dahl@telia.com>
- Re: Random choice
- From: Filippo Miatto <miatto@gmail.com>
- Re: Random choice