Vitaly Demidenko

Results 6 issues of Vitaly Demidenko

First random 64bit number always similar for similar seeds example program ``` long long base = 1e9; for(int k=0;k

![image](https://user-images.githubusercontent.com/3053938/80277632-8c3e1600-871a-11ea-9f01-da2134fc51a7.png) ![image](https://user-images.githubusercontent.com/3053938/80277889-703b7400-871c-11ea-96fe-b91fb01997a9.png) ![image](https://user-images.githubusercontent.com/3053938/80277880-4bdf9780-871c-11ea-819a-c3ab47acb8b6.png) `Incorrect URL.` for all

Add method to read YES/NO token case insensitive (as in standard nyesno checker).

Currently it returns copy and forcing to write ugly code like this ```cpp vector v; auto &a = v[rnd.next(size(v))]; ``` instead of this ```cpp vector v; auto &a = rnd.any(v);...

- \+ and \- with no overflow 6ff5c40 - use unsigned int

to get rid of wrappers use c++20 constexpr lambdas to pass merge function as template parameter `aggregator` - old style must be supported (constructor is merge function) `aggregator` - pass...