Well I'm not sure, I simply noticed it was out of place heh.
On Apr 14, 2011 9:02 PM, "cuda" <notifications@codeplex.com> wrote:
From: cuda
>How about when a class inherits from SystemCryptoRandomNumberGenerator?
>Then when the inheriting class accesses the protected method, it's not thread safe
True. We weren't expecting anyone to do that, that is, users would always use the base NextXXX methods. The only case I can think of is that a user wants a Next method that returns a double. In that case, we should just extend the base class to provide it.
Is there any other case?
Read the full discussion online.
To add a post to this discussion, reply to this email (mathnetnu...
On Apr 14, 2011 9:02 PM, "cuda" <notifications@codeplex.com> wrote:
From: cuda
>How about when a class inherits from SystemCryptoRandomNumberGenerator?
>Then when the inheriting class accesses the protected method, it's not thread safe
True. We weren't expecting anyone to do that, that is, users would always use the base NextXXX methods. The only case I can think of is that a user wants a Next method that returns a double. In that case, we should just extend the base class to provide it.
Is there any other case?
Read the full discussion online.
To add a post to this discussion, reply to this email (mathnetnu...