Click or drag to resize
Accord.NET (logo)

MonteCarloIntegrationRandom Property

Gets or sets the random generator algorithm to be used within this Monte Carlo method.

Namespace:  Accord.Math.Integration
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public Random Random { get; set; }
Request Example View Source

Property Value

Type: Random
See Also