Create a random permutation array (call .permute with results)
This is an extension method and may be used as if it were an instance method on Random.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxstatic member PermAry :
x : Random *
len : int -> int[]
Parameters
- x
- Type: System.Random
The instance of System.Random (ignore) - len
- Type: System.Int32
Length of array to create
Return Value
Type:
Int32[]Randomized array
See Also