Difference between revisions of "Array.shuffle()"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "* << Z3 Home * Z3 Language Documentation * Z%5E3_Array_Manipulation_Member_Functions | Listing of Z3 Array Manipulation Member F...")
 
Line 17: Line 17:
 
| 4 || 3 || 8  
 
| 4 || 3 || 8  
 
|}
 
|}
 +
 +
==See Also==
 +
[[Array.rand() | rand]]
 +
 +
[[Array.deal() |deal]]

Revision as of 03:13, 8 May 2020


Array.shuffle()

shuffle the array randomly.

MAGICSQUARE(3)

2 7 6
9 5 1
4 3 8

See Also

rand

deal