I would like to use the C++11 <random>
header in Cython code. I notice here that it is not included by default with Cython: https://github.com/cython/cython/tree/master/Cython/Includes/libcpp
It's just a bit overwhelming to get the pxd and pyx files figured out and get a working setup file to install and use them.
Could you please help me figure out a simple example? Thank you!