FLImaging 6.6.27.1
AIRandomGenerator.h
1#pragma once
2
3#if _MSC_VER >= 1900 && defined(_M_X64)
4
5namespace FLImaging
6{
7 namespace ImageProcessing
8 {
10 }
11
12 namespace AI
13 {
14 class FL_EXPORT CAIRandomGenerator
15 {
16 private:
17 CAIRandomGenerator();
18
19 public:
20 virtual ~CAIRandomGenerator();
21
22
23 static FLImaging::ImageProcessing::CXorshiroRandomGenerator* GetEngine(int32_t i32DeviceIndex);
24 };
25 }
26}
27
28#endif
의사 난수 생성기
Definition XorshiroRandomGenerator.h:24
Definition AlgorithmAIBase.h:16
Definition AbsoluteThreshold.h:25