Click or drag to resize

PermutationRandom Method (Int32, Random)

Generates random permutation.

Namespace:  FinMath
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static IntegerArray Random(
	int dimension,
	Random random
)

Parameters

dimension
Type: SystemInt32
The dimension of permutation.
random
Type: SystemRandom
Random number generator.

Return Value

Type: IntegerArray
The random permutation.
See Also