PermutationRandom Method (Int32, RandomGenerator)
|
Generates random permutation.
Namespace:
FinMath
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public static IntegerArray Random(
int dimension,
RandomGenerator random
)
Parameters
- dimension
- Type: SystemInt32
The dimension of permutation.
- random
- Type: FinMath.StatisticsRandomGenerator
Random number generator.
Return Value
Type:
IntegerArray
The random permutation.
See Also