/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
android-941
std/random.hpp
16 строк
225 B
Yuri Gorshenin
[search] Fixed flickering results.
23 мар 2016, 16:56
23 мар 2016, 16:56
fa8aa61
Код
Авторство
О чём код?
#pragma once #ifdef new #undef new #endif #include <random> using std::default_random_engine; using std::minstd_rand; using std::mt19937; using std::uniform_int_distribution; #ifdef DEBUG_NEW #define new DEBUG_NEW #endif