|
[Date Index]
[Thread Index]
[Author Index]
Needing a Random List of Non-repeating Values whose Range and Length
- To: mathgroup at smc.vnet.net
- Subject: [mg129503] Needing a Random List of Non-repeating Values whose Range and Length
- From: brtubb090530 at cox.net
- Date: Fri, 18 Jan 2013 00:54:13 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
Consider the following:
ril[range_Integer]:= RandomInteger[{1,range},range]
This function is almost what I want; but I need one which doesn't include any repeated values. This is intended for use, for example, for a card deck, or dice, etc.
Prev by Date:
Re: Mathematica and Lisp
Next by Date:
Re: Mathematica and Lisp
Previous by thread:
Re: Eternal Trouble with Dynamic: fishing for tips on my
Next by thread:
Re: Needing a Random List of Non-repeating Values whose
|