NEURON
Rand Class Reference

#include <Rand.hpp>

Public Member Functions

 Rand (unsigned long seed=0, int size=55, Object *obj=nullptr)
 
 ~Rand ()
 

Public Attributes

RNGgen
 
Randomrand
 
int type_
 
Objectobj_
 

Detailed Description

Definition at line 15 of file Rand.hpp.

Constructor & Destructor Documentation

◆ Rand()

Rand::Rand ( unsigned long  seed = 0,
int  size = 55,
Object obj = nullptr 
)

Definition at line 6 of file Rand.cpp.

◆ ~Rand()

Rand::~Rand ( )

Definition at line 14 of file Rand.cpp.

Member Data Documentation

◆ gen

RNG* Rand::gen

Definition at line 19 of file Rand.hpp.

◆ obj_

Object* Rand::obj_

Definition at line 23 of file Rand.hpp.

◆ rand

Random* Rand::rand

Definition at line 20 of file Rand.hpp.

◆ type_

int Rand::type_

Definition at line 21 of file Rand.hpp.


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