Click or drag to resize
UtilPermAry Method
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.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
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: Int32
Randomized array
See Also