IRandomSource<TGenerator> Properties

Properties

BitsPerWord Gets the number of bits per word in the generator's native output.
(Inherited from IRandomSource)
Generator Gets a reference to the underlying Layer 2 generator.
Name Gets a human-readable name for this random number generator.
(Inherited from IRandomSource)
StateSize Gets the number of bytes required to save/load this engine's state.
(Inherited from IStateful)

See Also