LibRan  0.1
Pseudo-random number distribution generator
Data Fields
LR_val Union Reference

spans the set of allowed value types More...

#include <libran.h>

Data Fields

long l
 
int i
 
float f
 
double d
 

Detailed Description

spans the set of allowed value types

This union allows all the various allowed data types to be used for a given LibRan LR_obj object attribute conserving memory. The length of this attribute will be the longest of the given types used in the union.

Definition at line 83 of file libran.h.

Field Documentation

◆ d

double d

d - double type

Definition at line 87 of file libran.h.

◆ f

float f

f - float type

Definition at line 86 of file libran.h.

◆ i

int i

i - int type

Definition at line 85 of file libran.h.

◆ l

long l

l - long type

Definition at line 84 of file libran.h.


The documentation for this union was generated from the following file: