Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:46

0001 #pragma once
0002 
0003 struct SRandom
0004 {
0005     virtual int    getFlatCursor() const = 0 ; 
0006     virtual double getFlatPrior() const = 0 ; 
0007 
0008 };
0009 
0010 
0011