ChaCha Properties

Properties

BitsPerWord Gets the number of bits per word in the generator's native output.
(Overrides RandomSource<TGenerator>.BitsPerWord)
BlockLength Gets the number of output words per block produced by this generator.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>)
CounterLength Gets the number of words in the engine counter.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>)
JumpSize Gets the size category of the primary jump operation.
KeyLength Gets the number of words in the engine key.
(Inherited from CounterBasedRandomSource<TGenerator, TWord>)
LongJumpSize 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.
StateSize 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>)

See Also