Cha Cha Properties
Properties
| Bits |
Gets the number of bits per word in the generator's native output.
(Overrides RandomSource<TGenerator>.BitsPerWord) |
| Block |
Gets the number of output words per block produced by this generator.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>) |
| Counter |
Gets the number of words in the engine counter.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>) |
| Jump | Gets the size category of the primary jump operation. |
| Key |
Gets the number of words in the engine key.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>) |
| Long | Gets the size category of the long jump operation. |
| Name |
Gets a human-readable name for this random number generator.
(Overrides RandomSource<TGenerator>.Name) |
| Rounds | Gets the number of rounds used in the ChaCha permutation. |
| State | Gets the size in bytes of the complete state of this random number generator. |
| Uncached |
Gets an uncached facade for this random number generator.
(Inherited from RandomSource<TGenerator>) |