User avatar
Hobbes
Posts: 4437
Joined: Sat Mar 11, 2006 12:18 am
Location: UK

Random Seed?

Sun Dec 21, 2008 5:43 pm

Hi chaps, I have a question about the probability of events firing.
If I have say a 50% chance of an event firing and test this a few times without moving any units can I expect the event to always trigger or never trigger?

I've played games where the random number used by the game is affected by moving units. If you make exactly the same moves in the same sequence or don't move at all you will always get the same results. Is this the case with AGEOD games? No problem with this - just making sure I understand how events fire when I'm testing.

Chris

User avatar
Primasprit
Posts: 1614
Joined: Mon Jun 19, 2006 7:44 pm
Location: Germany

Sun Dec 21, 2008 6:13 pm

Hi Chris!

Yes, the random seed is fixed. So if you load a game and resolve the turn several times, all random events should show the same behaviour.

Cheers
Norbert

User avatar
lodilefty
Posts: 7616
Joined: Sat Aug 11, 2007 3:27 pm
Location: Finger Lakes, NY GMT -5 US Eastern

Sun Dec 21, 2008 6:23 pm

AACW had [has?] a version with a variable to generate random seeds with same setup [part of the battles realism project].

Does it make sense to have this in WIA [as beta only, of course, else we'd have 100x problems with bug fixing :blink: ]
Always ask yourself: "Am I part of the Solution?" If you aren't, then you are part of the Problem!
[CENTER][/CENTER]
[CENTER]Visit AGEWiki - your increasingly comprehensive source for information about AGE games[/CENTER]

[CENTER]Rules for new members[/CENTER]
[CENTER]Forum Rules[/CENTER]

[CENTER]Help desk: support@slitherine.co.uk[/CENTER]

User avatar
Primasprit
Posts: 1614
Joined: Mon Jun 19, 2006 7:44 pm
Location: Germany

Sun Dec 21, 2008 6:27 pm

Yes, this was done to for the testing, to have different battle results when loading from a saved game. Aside from this I am not sure if it is needed.

Cheers
Norbert

User avatar
Hobbes
Posts: 4437
Joined: Sat Mar 11, 2006 12:18 am
Location: UK

Sun Dec 21, 2008 6:57 pm

Primasprit wrote:Hi Chris!

Yes, the random seed is fixed. So if you load a game and resolve the turn several times, all random events should show the same behaviour.

Cheers
Norbert


Thanks Norbert
I assume then If I move 1 unit differently I can expect a different outcome for events firing - even if the unit has no connection to the event?

Cheers, Chris

User avatar
lodilefty
Posts: 7616
Joined: Sat Aug 11, 2007 3:27 pm
Location: Finger Lakes, NY GMT -5 US Eastern

Sun Dec 21, 2008 8:46 pm

Hobbes wrote:Thanks Norbert
I assume then If I move 1 unit differently I can expect a different outcome for events firing - even if the unit has no connection to the event?

Cheers, Chris


AFAIK, yes. I've even seen a change in posture or ROE change the result...

It can be anywhere in the game, not just the battle in question. I think the 'save' created when you execute is part of the seed generation process.
Always ask yourself: "Am I part of the Solution?" If you aren't, then you are part of the Problem!
[CENTER][/CENTER]

[CENTER]Visit AGEWiki - your increasingly comprehensive source for information about AGE games[/CENTER]



[CENTER]Rules for new members[/CENTER]

[CENTER]Forum Rules[/CENTER]



[CENTER]Help desk: support@slitherine.co.uk[/CENTER]

User avatar
Primasprit
Posts: 1614
Joined: Mon Jun 19, 2006 7:44 pm
Location: Germany

Mon Dec 22, 2008 10:43 am

Hobbes wrote:Thanks Norbert
I assume then If I move 1 unit differently I can expect a different outcome for events firing - even if the unit has no connection to the event?

Cheers, Chris

As lodilefty already stated: Yes, exactly this is the case.

Cheers
Norbert

User avatar
Hobbes
Posts: 4437
Joined: Sat Mar 11, 2006 12:18 am
Location: UK

Sun Jan 04, 2009 9:44 pm

I have a first turn where almost every unit is locked. In any case if I don't move any units at all I'm seeing events fire differently during the first turn resolution each time I start a new game. The events I'm most interested in at this point are to do with Indians gaining access to certain forts through subterfuge (the fort is changed into a settlement for one turn).

This is working very well - but not what I expected after our conversation above. Just thought I would mention this. There is no need to move units to get a different random effect then?

Cheers, Chris

User avatar
lodilefty
Posts: 7616
Joined: Sat Aug 11, 2007 3:27 pm
Location: Finger Lakes, NY GMT -5 US Eastern

Sun Jan 04, 2009 10:46 pm

Hobbes wrote:I have a first turn where almost every unit is locked. In any case if I don't move any units at all I'm seeing events fire differently during the first turn resolution each time I start a new game. The events I'm most interested in at this point are to do with Indians gaining access to certain forts through subterfuge (the fort is changed into a settlement for one turn).

This is working very well - but not what I expected after our conversation above. Just thought I would mention this. There is no need to move units to get a different random effect then?

Cheers, Chris


AFAIK, First turn only is truly randomized. Then, subsequent turns follow the discussion as above....
Always ask yourself: "Am I part of the Solution?" If you aren't, then you are part of the Problem!
[CENTER][/CENTER]

[CENTER]Visit AGEWiki - your increasingly comprehensive source for information about AGE games[/CENTER]



[CENTER]Rules for new members[/CENTER]

[CENTER]Forum Rules[/CENTER]



[CENTER]Help desk: support@slitherine.co.uk[/CENTER]

User avatar
Pocus
Posts: 25662
Joined: Wed Oct 19, 2005 7:37 am
Location: Lyon (France)

Mon Jan 05, 2009 11:41 am

hear hear!
Image


Hofstadter's Law: "It always takes longer than you expect, even when you take into account Hofstadter's law."

tagwyn
AGEod Guard of Honor
Posts: 1220
Joined: Tue Apr 17, 2007 4:09 pm

Random Seed?!

Mon Jan 05, 2009 4:28 pm

IMHO - much to be dreaded and avoided!! Seed should only go where it is intended!! LOL :p apy:

User avatar
Gray_Lensman
Posts: 497
Joined: Mon Jun 18, 2007 4:04 am
Location: Who is John Galt?

Mon Jan 05, 2009 6:11 pm

tagwyn wrote:IMHO - much to be dreaded and avoided!! Seed should only go where it is intended!! LOL :p apy:


Random seed is a common computer term/function used in almost all computer programming languages. Posts like these only work towards making you appear like a blabbering fool!

User avatar
Gray_Lensman
Posts: 497
Joined: Mon Jun 18, 2007 4:04 am
Location: Who is John Galt?

Tue Jan 06, 2009 8:25 am

Primasprit wrote:Yes, this was done to for the testing, to have different battle results when loading from a saved game. Aside from this I am not sure if it is needed.

Cheers
Norbert


I would definitely not put this in the normal game and we should maybe not discuss how it was done for AACW since this thread is open for anyone to see. Wouldn't want for it to get out of control.

tagwyn
AGEod Guard of Honor
Posts: 1220
Joined: Tue Apr 17, 2007 4:09 pm

Tue Jan 06, 2009 8:03 pm

GL: If you want to call me a "blabbering fool," it is within your rights to do so! I was merely trying to be funny. I know exactly what you are referring to! Ad hominen comments are uncalled for at all times. Thank you for all your work for AGEOD! I am truly sorry I offended you. t

User avatar
Adlertag
Posts: 2423
Joined: Wed Nov 30, 2005 6:35 pm
Location: Lyon(France)

Mon Mar 23, 2009 9:32 pm

Interesting discussion here.
Are we speaking of random number generator or more probably pseudo-random number generator ?
It's certainly not an easy task to have a true random number generator because numbers calculated by a computer through a deterministic process, cannot, by definition, be random.
Unless the numbers are generated by a process fundamentally governed by an inherent uncertainty like radioactive decay or similar true random process.
But finally, a game doesn't need such precision level (?).
La mort est un mur, mourir est une brèche.

Return to “WIA Mods”

Who is online

Users browsing this forum: No registered users and 2 guests