NEURON
Rand Class Reference

#include <random1.h>

Public Member Functions

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

Public Attributes

RNGgen
 
Randomrand
 
int type_
 
Objectobj_
 

Detailed Description

Definition at line 9 of file random1.h.

Constructor & Destructor Documentation

◆ Rand()

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

Definition at line 216 of file ivocrand.cpp.

◆ ~Rand()

Rand::~Rand ( )

Definition at line 224 of file ivocrand.cpp.

Member Data Documentation

◆ gen

RNG* Rand::gen

Definition at line 13 of file random1.h.

◆ obj_

Object* Rand::obj_

Definition at line 17 of file random1.h.

◆ rand

Random* Rand::rand

Definition at line 14 of file random1.h.

◆ type_

int Rand::type_

Definition at line 15 of file random1.h.


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