|
|
|||
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
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|