Click or drag to resize
Accord.NET (logo)

JaggedRandomT Method (Int32, IRandomNumberGeneratorT, Boolean, T)

Creates a square matrix matrix with random data.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static T[][] Random<T>(
	int size,
	IRandomNumberGenerator<T> generator,
	bool symmetric = false,
	T[][] result = null
)
Request Example View Source

Parameters

size
Type: SystemInt32
generator
Type: Accord.Math.RandomIRandomNumberGeneratorT
symmetric (Optional)
Type: SystemBoolean
result (Optional)
Type: T

Type Parameters

T

Return Value

Type: T
See Also