Base class for random number generators that produce
random data in chunks of 32-bit words.
Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public MustInherit Class RandomWordGenerator _
Inherits ExtendedRandom
|
| Visual C++ |
public ref class RandomWordGenerator abstract : public ExtendedRandom
|
| F# |
[<AbstractClassAttribute>]
type RandomWordGenerator =
class
inherit ExtendedRandom
end
|
Remarks
Inheritance Hierarchy
See Also