📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -