package
1.0.0
Repository: https://github.com/chainreactors/proxyclient.git
Documentation: pkg.go.dev

# Functions

NewConfFromURL 从URL中解析用户名密码生成配置.
New 返回一个新的 MT19937 实例,默认用 seed=5489 初始化, 这是经典参考实现的默认做法(Python 中若不指定 seed,会从系统熵源播种)。.
NewRandGenerator 创建 NeoregRand 实例.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

MT19937 封装了一个 32 位的 Mersenne Twister 状态,与 CPython random 模块对齐。.
NeoregClient 实现了Client接口.
NeoregConf 配置结构.
No description provided by the author