Click or drag to resize

RandomSourceDoSampleInt32WithNBits Method

Returns a random N-bit signed integer greater than or equal to zero and less than 2^N. N (bit count) is expected to be greater than zero and less than 32 (not verified).

Namespace: Altaxo.Calc.Random
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual int DoSampleInt32WithNBits(
	int bitCount
)

Parameters

bitCount  Int32

[Missing <param name="bitCount"/> documentation for "M:Altaxo.Calc.Random.RandomSource.DoSampleInt32WithNBits(System.Int32)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.Calc.Random.RandomSource.DoSampleInt32WithNBits(System.Int32)"]

See Also