SimPHash/Src/Random/All.mqh
2026-06-26 12:44:41 -05:00

20 lines
No EOL
845 B
MQL4

//+------------------------------------------------------------------+
//| All.mqh |
//| Copyright 2026, Niquel Mendoza. |
//| https://www.mql5.com/ |
//+------------------------------------------------------------------+
#property copyright "Copyright 2026, Niquel Mendoza."
#property link "https://www.mql5.com/"
#property strict
#ifndef SIMPHASH_SRC_RANDOM_ALL_MQH
#define SIMPHASH_SRC_RANDOM_ALL_MQH
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
#include "MathRand.mqh"
#include "X256.mqh"
//---
#endif // SIMPHASH_SRC_RANDOM_ALL_MQH