Hi guys, trying to understand the way of using this random uniform equation.
I understand that:
RANDOM UNIFORM( {min} , {max} , {seed} )
min is the minimum value and max the maximum value. For example 0, 1 but what is the seed thing about??? It's driving me creazy as I read the help and it obviously doesn;t help me at all!!
I don;t need any third number, I just want a random number between 0 and 1
random uniform
-
- Super Administrator
- Posts: 4838
- Joined: Wed Mar 05, 2003 3:10 am
-
- Junior Member
- Posts: 13
- Joined: Mon Aug 17, 2009 4:07 am
-
- Senior Member
- Posts: 1107
- Joined: Wed Mar 12, 2003 2:46 pm
Always set the last argument (which is actually a stream ID not a seed) to 0 unless you have a specific need to create separable random number streams (a rare requirement). Add the constant NOISE SEED to the model if you want to select different noise realizations for sensitivity simulations or other reasons.