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.5981.24943 (1.0.*)
Syntax static member PermAry :
x : Random *
len : int -> int[]
Parameters
- x
- Type: SystemRandom
The instance of System.Random (ignore) - len
- Type: SystemInt32
Length of array to create
Return Value
Type:
Int32Randomized array
See Also