Philox4x32 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)
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