Skip to content

Instantly share code, notes, and snippets.

@MikeLing
Last active July 13, 2017 17:23
Show Gist options
  • Save MikeLing/bfcc90a0352bb97166aeb2be5e3131a0 to your computer and use it in GitHub Desktop.
Save MikeLing/bfcc90a0352bb97166aeb2be5e3131a0 to your computer and use it in GitHub Desktop.
#ifdef SWIGPYTHON
%{
#include <shogun/base/init.h>
extern template <class T = std::mt1993> T get_prng();
%}
%template(get_mt1993_rng) get_prng<std::mt19937>;
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment