Рандоратор — это продвинутый графический генератор случайных чисел. Программа создаёт заданное
количество значений в определённом интервале. Дополнительно можно указать среднее значение полученных
чисел, максимальное относительное стандартное отклонение и количество знаков для округления. Присутствует
возможность выбора десятичного разделителя и автоматического копирования в буфер обмена.
Автор: https://github.com/DAP-DarkneSS
Код распространяется под GNU LESSER GENERAL PUBLIC LICENSE 2.1 и/или более поздней:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Автор выражает благодарность
* https://github.com/ascrazy за неоценимую помощь в написании программы;
* http://www.softicons.com/free-icons/designers/aha-soft за иконку;
- Файл распространяется под CC Attribution 3.0 United States:
- http://creativecommons.org/licenses/by/3.0/us/
* Clovis Fabricio за модуль генерации истинно случайных чисел через random.org.
- Узнать больше можно на сайте: http://code.google.com/p/randomdotorg/
- Модуль распространяется под GNU GENERAL PUBLIC LICENSE 3 и/или более поздней:
- http://www.gnu.org/copyleft/gpl.html
Программа написана на языке Python с опциональным использованием
графических библиотек Tkinter или wxPython.
Инструкции по установке находятся в INSTALL.md.
Randorator is an advanced graphical generator of random numbers. The program creates the specified
number of values in a certain interval. Optionally, the average value of the received number,
the maximum relative standard deviation and number of digits for rounding is able to specify.
There are possibilities to select decimal mark and to automatically copy in the clipboard.
Author is https://github.com/DAP-DarkneSS
The code is distributed under the GNU LESSER GENERAL PUBLIC LICENSE 2.1 and/or later:
http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
Great thanks to
* https://github.com/ascrazy for the invaluable assistance in the program creating;
* http://www.softicons.com/free-icons/designers/aha-soft for the icon;
- The file is distributed under the CC Attribution 3.0 United States:
- http://creativecommons.org/licenses/by/3.0/us/
* Clovis Fabricio for the true random generation module via random.org.
- See more at http://code.google.com/p/randomdotorg/
- The module is distributed under the GNU GENERAL PUBLIC LICENSE 3 and/or later:
- http://www.gnu.org/copyleft/gpl.html
The program is written in the Python programming language optional using
Tkinter or wxPython graphical toolkit.
How to install instructions see at INSTALL.md.