update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
30
rand/README.md
Normal file
30
rand/README.md
Normal file
@ -0,0 +1,30 @@
|
||||
# rand
|
||||
|
||||
交互式随机数生成器。
|
||||
|
||||
## 功能
|
||||
|
||||
生成指定范围内的随机整数列表,支持设置是否允许重复数字,提供交互式操作界面。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 运行 `python main.py`
|
||||
2. 按照提示输入:
|
||||
- 随机数的数量
|
||||
- 数字范围(最小值和最大值)
|
||||
- 是否允许重复数字
|
||||
3. 程序将生成并显示随机数列表
|
||||
|
||||
## 特性
|
||||
|
||||
- 交互式用户界面
|
||||
- 可配置数字范围
|
||||
- 重复数字控制选项
|
||||
- 即时结果显示
|
||||
|
||||
## 应用场景
|
||||
|
||||
- 抽奖号码生成
|
||||
- 随机抽样
|
||||
- 测试数据生成
|
||||
- 游戏数字生成
|
Reference in New Issue
Block a user