CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: a few questions

Threaded View

  1. #5
    Join Date
    Jun 2010
    Location
    Germany
    Posts
    2,675

    Re: a few questions

    It's undisputable that rand() isn't well-suited for cryptographic applications, but this didn't let me sleep well:

    Quote Originally Posted by momrocker View Post
    [...] and actually tends towards the lower part of the numbers your trying to get as output [...].
    I don't think that it actually tends anywhere, as illustrated by the attatched image, sampled from the VC++ 2010 implementation of rand().
    Attached Images Attached Images
    I was thrown out of college for cheating on the metaphysics exam; I looked into the soul of the boy sitting next to me.

    This is a snakeskin jacket! And for me it's a symbol of my individuality, and my belief... in personal freedom.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured