Search:

Type: Posts; User: l0p3n

Search: Search took 0.06 seconds.

  1. Thread: Period

    by l0p3n
    Replies
    3
    Views
    1,254

    Re: Period

    From Linear congruential generator - Wikipedia, the free encyclopedia
    As shown above, LCGs do not always use all of the bits in the values they produce. For example, the Java implementation operates...
  2. Thread: Period

    by l0p3n
    Replies
    3
    Views
    1,254

    Period

    One of the random number generators in Java extract the higher-order bits of the random number in order to get a longer period.

    I'm not sure if I understand how this is done. Suppose that the...
Results 1 to 2 of 2