[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to Do Random "Shuffle"?

Subject: Re: How to Do Random "Shuffle"?
From: "Wolfgang Laun wolfgang.laun@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Sep 2014 11:13:58 -0000
Re:  How to Do Random "Shuffle"?
random:random-sequence(N)

If this is supposed to produce a sequence of numbers in the range 1..N
while expecting it to contain every number of that range exactly once:
would this truly be a "random" sequence? I don't think so.

-W



On 18 September 2014 11:05, David Rudel fwqhgads@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> When I have to do this (essentially create a permutation of the numbers
> from 1 to N), I combine random:random-sequence with saxon:sort
>
> I'm away right now so I'm not working on a machine with XSLT, so the
> following syntax may be off, but I use:
>
> <xsl:variable name="rand" select="random:random-sequence(N)"/>
>
> <xsl:variable name="sorted.rand" select="saxon:sort($rand)"/>
>
> <xsl:variable name="permutation" select="$rand!index-of($sorted.rand,.)"/>
>
> The select attribute of the last can also be written as "for $i in $rand
> return index-of($sorted.rand,$i)"  .
>
>
> On Saturday, September 13, 2014, Eliot Kimber ekimber@xxxxxxxxxxxx <
> xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
>> Using XSLT 2 I need to implement rendering of "match table" questions
>> where you have two sets of items, the match item and the thing it matches
>> to. I want to present this as a literal table, where the first column is
>> the match-from items in source order and the second column is the match-to
>> items, in random order.
>>
>> I think this is best characterized as a "shuffle" problem, where you want
>> to reorder a list randomly but all items in the list must be accounted
>> for.
>>
>> I can think of a recursive algorithm: given a list, generate a random
>> integer between 1 and the list length, select that item and add it to the
>> result list, then call this function on the original list minus the node
>> you just selected.
>>
>> Is there an easier or more efficient way to do it?
>>
>> Thanks,
>>
>> Eliot
>> ----------
>> Eliot Kimber, Owner
>> Contrext, LLC
>> http://contrext.com
>>
>>
>>
>
> --
>
> "A false conclusion, once arrived at and widely accepted is not dislodged
> easily, and the less it is understood, the more tenaciously it is held." -
> Cantor's Law of Preservation of Ignorance.
>   XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <-list/528976> (by
> email <>)

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.