readme

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

TXT
25
字号
random------ Produces uniform random-numbers in the range 0-255. The random-numbergenerator is based on a simple polynomial, so it's not really high-class. The seed may be set to a positive number, so that subsequent tests yieldthe same random numbers. This is useful in testing environments.outputs:	U8Config:	mode<int>: 0		0 -> normal operation		1 -> on every call the seed is reset. This is useful if one wants		to do measurements and needs the same data on sending and receiving		side	seed<int>: 0		If seed < 0, the actual timer is taken for it's initialisation,		else the random-generator is initialised using seed.		The second case is useful for testing purposes

⌨️ 快捷键说明

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