ARTS  2.3.1285(git:92a29ea9-dirty)
Rand< Index > Class Template Reference

#include <test_utils.h>

Public Member Functions

 Rand (Index lo, Index hi)
 
Index operator() () const
 

Private Attributes

Index low
 
Index range
 

Detailed Description

template<>
class Rand< Index >

Definition at line 61 of file test_utils.h.

Constructor & Destructor Documentation

◆ Rand()

Rand< Index >::Rand ( Index  lo,
Index  hi 
)
inline

Definition at line 63 of file test_utils.h.

References Rand< rand_type >::range.

Member Function Documentation

◆ operator()()

Index Rand< Index >::operator() ( ) const
inline

Definition at line 69 of file test_utils.h.

References Rand< rand_type >::low, and Rand< rand_type >::range.

Member Data Documentation

◆ low

Index Rand< Index >::low
private

Definition at line 72 of file test_utils.h.

◆ range

Index Rand< Index >::range
private

Definition at line 72 of file test_utils.h.


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