Home > . > InitSeed.m

InitSeed

PURPOSE ^

stephane.adjemian@cepremap.cnrs.fr [12-02-2004]

SYNOPSIS ^

function InitSeed

DESCRIPTION ^

 stephane.adjemian@cepremap.cnrs.fr [12-02-2004]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function InitSeed
0002 
0003 % stephane.adjemian@cepremap.cnrs.fr [12-02-2004]
0004 
0005 normalseed     = [    220271 ;
0006                 220378];
0007 
0008 uniformseed    = [ 0.6776 ; ...
0009                 0.8239 ; ...
0010                 0.6219 ; ...
0011                 0.8169 ; ...
0012                 0.2796 ; ...
0013                 0.4337 ; ...
0014                 0.6205 ; ...
0015                 0.8994 ; ...
0016                 0.9718 ; ...
0017                 0.7993 ; ...
0018                 0.4444 ; ...
0019                 0.8896 ; ...
0020                 0.9231 ; ...
0021                 0.5838 ; ...
0022                 0.1788 ; ...
0023                 0.6556 ; ...
0024                 0.7464 ; ...
0025                 0.7545 ; ...
0026                 0.2400 ; ...
0027                 0.4431 ; ...
0028                 0.3453 ; ...
0029                 0.6687 ; ...
0030                 0.6287 ; ...
0031                 0.8371 ; ...
0032                 0.8041 ; ...
0033                 0.6802 ; ...
0034                 0.5864 ; ...
0035                 0.7713 ; ...
0036                 0.8282 ; ...
0037                 0.5748 ; ...
0038                 0.0999 ; ...
0039                 0.6360 ; ...
0040                 0       ; ...
0041                 0.0000 ; ...
0042                 0.0000];
0043 
0044 randn('state',normalseed);
0045 rand('state',uniformseed);

Generated on Fri 16-Jun-2006 09:09:06 by m2html © 2003