in reply to Re: Re: random permutations
in thread random permutations

If you want it to be either -1 or 1, but never 0, you could use
sort { int(rand 2)*2-1 } @list