Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #pragma once
0002 #include <cstddef>
0003 #include "SYSRAP_API_EXPORT.hh"
0004 
0005 class SYSRAP_API SRand
0006 {
0007     public:
0008         static unsigned pick_random_category(unsigned num_cat);  // randomly returns value : 0,..,num_cat-1
0009 };
0010