Counter Based Random Source<TGenerator, TWord> Properties
Properties
| Bits |
Gets the number of bits per word in the generator's native output.
(Inherited from RandomSource<TGenerator>) |
| Block | Gets the number of output words per block produced by this generator. |
| Counter | Gets the number of words in the engine counter. |
| Generator |
Gets a reference to the underlying Layer 2 generator.
(Inherited from RandomSource<TGenerator>) |
| Key | Gets the number of words in the engine key. |
| Name |
Gets a human-readable name for this random number generator.
(Inherited from RandomSource<TGenerator>) |
| State |
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>) |