Search:

Type: Posts; User: drew99

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    9,106

    In my opinion, the goal is to make not...

    In my opinion, the goal is to make not predictable/calculable a number of the sequence knowing the previous number, not to make unique sequence, unless you are designing a system wth asymmetric key....
  2. Replies
    18
    Views
    9,106

    Of course you can use CryptGenRandom, but only if...

    Of course you can use CryptGenRandom, but only if you don't need to generate a sequence from a seed.
  3. Replies
    18
    Views
    9,106

    Thank you very much, you're so kindly. I have to...

    Thank you very much, you're so kindly.
    I have to say that I've read the basic informations about Blum Blum Shub on Wikipedia, because I'm new in this field(generation of pseudorandom numbers) and I...
  4. Replies
    18
    Views
    9,106

    Generate pseudorandom numbers

    I found online this implementation of the algorithm in C Blum Blum Shum, for the generation of pseudorandom numbers: Sample Source Code in C
    This program prints pseudorandom strings, while I have to...
Results 1 to 4 of 4