Language
C++
Compiler
gcc HEAD 10.0.0 20190515 (experimental)
Options
Warnings
Boost 1.69.0
C++11(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.69.0/gcc-head/include -std=gnu++11
int sample: 1
float sample: 0.919599592685699
double sample: 0.240517108123941
int avg.: 0.49922
float avg.: 0.500900233165879
double avg.: 0.498677023833595
Exit Code:
0