Note: This API is now obsolete.
Interface for random numbers generators.
Namespace: Accord.Math.RandomAccord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax[ObsoleteAttribute("Please use IRandomNumberGenerator<T> instead.")] public interface IRandomNumberGenerator
<ObsoleteAttribute("Please use IRandomNumberGenerator<T> instead.")> Public Interface IRandomNumberGenerator
The IRandomNumberGenerator type exposes the following members.
Properties Name Description MeanMean value of generator.
VarianceVariance value of generator.
Top Methods Name Description NextGenerate next random number.
SetSeedSet seed of the random numbers generator.
Top RemarksThe interface defines set of methods and properties, which should be implemented by different algorithms for random numbers generatation.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4