Inheritance Hierarchy
NReco.CF RandomWrapper
Namespace: NReco.CF
Assembly: NReco.Recommender (in NReco.Recommender.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The RandomWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RandomWrapper | Initializes a new instance of the RandomWrapper class |
![]() | RandomWrapper(Int64) | Initializes a new instance of the RandomWrapper class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getRandomGenerator | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | nextBoolean | |
![]() | nextBytes | |
![]() | nextDouble | |
![]() | nextFloat | |
![]() | nextGaussian | |
![]() | nextInt | |
![]() | nextInt(Int32) | |
![]() | nextlong | |
![]() | resetToTestSeed | |
![]() | setSeed | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also