Brownian bridge newbie question

Posted by camillo-2 on
URL: http://quantlib.414.s1.nabble.com/Brownian-bridge-newbie-question-tp7192.html

Hi all,
i'm quite a newbie to QuantLib, however started writing a set of managed c++ wrapper classes to make selected modules from QuantLib available to C#. So maybe i misunderstood the usage a bit but when working with the brownian bridge class i would have expected the endpoint to coincide with the starting point of the output path, but this neither happens in my wrapper code (there i would have assumed that i had a bug in it) but also in the examples coming with the QuantLib testsuite the outcoming samples do not enjoy this property.
Can anyone point me to whats going wrong here (possibly in what i expect to get or what i missed) and how i could construct a brownian bridge ?

thx
camillo