We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d5ecf commit e3e2bd7Copy full SHA for e3e2bd7
1 file changed
libs/openFrameworks/utils/ofRandomDistributions.h
@@ -1,8 +1,8 @@
1
#ifndef OF_RANDOM_DISTRIBUTIONS_H_
2
#define OF_RANDOM_DISTRIBUTIONS_H_
3
4
-#include <random>
5
#include <glm/glm.hpp>
+#include "ofRandomEngine.h"
6
7
// https://gist.github.com/imneme/540829265469e673d045
8
// https://github.com/effolkronium/random/tree/master
0 commit comments