This is an open source C++ random selector without a GUI. 一个没有 GUI 的开源 C++ 随机算择器。
目前改项目尚不成熟,处于测试期,有各种各样奇怪的 Bug。
At present, the renovation project is not yet mature and is in the testing phase, with various strange bugs.
Please launch launcher.exe
. It should be noted that although starting main.exe
can sometimes run normally, it is not recommended to do so as richer features will be updated later, which need the launcher.
启动 launcher.exe
即可。需要注意,虽然有时启动 main.exe
也可以正常运行,但是不建议这么做,后期会更新更丰富的功能,需要启动器启动。
Please write elements in list.txt
, ensuring that each line contains only one, including numbers, English letters, and underscores, or Chinese characters.
请在 list.txt
中写入元素,请保证每行仅有一个,仅包含汉字、数字、英文字母、下划线。
Please write the number of elements in list_number.txt
, which must be strictly equal to the number of files in list.txt
.
请在文件 list_number.txt
中写入元素的个数,必须严格等于 list.txt
中文件的个数。
-
At present, the randomly selected results will be temporarily saved in 'result. txt', and may be changed to other output methods in the future.
-
目前,随机选择的结果会暂时保存在
result.txt
中,后期可能会更改为其他的输出方式。 -
Currently, only single randomization is supported.
-
目前,仅支持单次随机。
-
Due to the author's lack of high-precision algorithms and dynamic memory, currently, only up to 32767 random elements are supported.
-
由于作者没有写高精度算法和动态内存,目前,至多支持随机 32767 个元素。