NEURON
scoprand.cpp File Reference
#include <../../nrnconf.h>
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <mcran4.h>

Go to the source code of this file.

Functions

double scop_random (void)
 
void set_seed (double seed)
 

Variables

static char RCSid [] = "random.cpp,v 1.4 1999/01/04 12:46:49 hines Exp"
 
static uint32_t value = 1
 

Function Documentation

◆ scop_random()

double scop_random ( void  )

Definition at line 57 of file scoprand.cpp.

◆ set_seed()

void set_seed ( double  seed)

Definition at line 95 of file scoprand.cpp.

Variable Documentation

◆ RCSid

char RCSid[] = "random.cpp,v 1.4 1999/01/04 12:46:49 hines Exp"
static

Definition at line 20 of file scoprand.cpp.

◆ value

uint32_t value = 1
static

Definition at line 25 of file scoprand.cpp.