readme

来自「This a framework to test new ideas in tr」· 代码 · 共 28 行

TXT
28
字号
rnddouble---------Generates random numbers with double-precision. The resolution of therandom-numbers should be in the range of 2^-32 * range. Two outputs exist:one for real numbers and one for complex numbers. Chose the appropriateone, and the numbers will be calculated for this output.outputs:	DOUBLE	DOUBLE_COMPLEXConfig:	complex range_complex<double>: 1 + I		This gives the range for both the real and complex part. The		generated numbers will be 		-real( range_complex )..real( range_complex ) +		-imag( range_complex )..imag( range_complex ) * I	range<double>: 1		The random-numbers will be from -range..range	seed<int>: 0		if the seed < 0, then the random-number generator will be initialised		with the time. Else the corresponding seed will be taken for initialisation.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?