Xmipp  v3.23.11-Nereus
Enumerations
xmipp_random_mode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  RandomMode { RND_UNIFORM = 0, RND_GAUSSIAN = 1 }
 

Enumeration Type Documentation

◆ RandomMode

enum RandomMode

Structure to define random generation mode

Enumerator
RND_UNIFORM 
RND_GAUSSIAN 

Definition at line 32 of file xmipp_random_mode.h.

33 {
34  RND_UNIFORM = 0,
35  RND_GAUSSIAN = 1
36 } ;