[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /secure/simul_efun/shuffle.c</h2>
Cotains some simul_efuns.<p>Written by Pinkfish
<h2>Method index</h2>
<dl><ul>
<li><a href="#shuffle">shuffle</a>(mixed *)<br/>
This method randomizes an array.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="shuffle">
shuffle</a><pre>
mixed * shuffle(mixed * args)
</pre></br>
This method randomizes an array.  It places all the elements of an
array back in random order.
<br/><ul>
<li><b>Parameters:</b>
<br/>args - the array to shuffle
<li><b>Returns:</b>
<br/>the randomized array
<li><b>See also:</b>
<br/><a href="#roll_MdN">roll_MdN()</a> and <a href="#efun::random">efun::random()
</a></dl>


[an error occurred while processing this directive]

