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