CounterBasedRandomSource<TGenerator, TWord> Properties

Properties

BitsPerWord Gets the number of bits per word in the generator's native output.
(Inherited from RandomSource<TGenerator>)
BlockLength Gets the number of output words per block produced by this generator.
CounterLength Gets the number of words in the engine counter.
Generator Gets a reference to the underlying Layer 2 generator.
(Inherited from RandomSource<TGenerator>)
KeyLength Gets the number of words in the engine key.
Name Gets a human-readable name for this random number generator.
(Inherited from RandomSource<TGenerator>)
StateSize Gets the number of bytes required to save/load this generator's state.
(Inherited from RandomSource<TGenerator>)
Uncached Gets an uncached facade for this random number generator.
(Inherited from RandomSource<TGenerator>)

See Also