User Tag List

Results 1 to 2 of 2

Thread: [Released] BlumBlumShub

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Released] BlumBlumShub

    [img:left]http://mmf.nijumi.de/extensions/BlumBlumShub.jpg[/img] Here my new Extension. Please read the description.


    Description:
    Blum Blum Shub (B.B.S.) is a pseudorandom number generator proposed in 1986 by Lenore Blum, Manuel Blum and Michael Shub (Blum et al., 1986).
    More on: Wikipedia

    A pseudorandom number generator is an algorithm for generating a sequence of numbers that approximates the properties of random numbers.

    prime1 and prime2 are two prime numbers which should be both congruent to 3 modulo 4.

    In our case this means that prime1-3 sould be divisible by 4, and (47-3)/4 = 11 so it’s divisible, and prime2-3 should be divisible by 4, and (67-3)/4 = 16 so it’s divisible.

    This means The two primes, p and q, should both be congruent to 3 (mod 4) (this guarantees that each quadratic residue has one square root which is also a quadratic residue) and gcd(?(p-1), ?(q-1)) should be small (this makes the cycle length large).

    Also, the greatest common divisor of prime1-1 and prime2-1 should be a small number, and that is since the greatest common divisor of 46 and 66 is 2.

    xi, also called “seed”, should be an integer different than 1.

    Example:
    Link to Example

    Download:
    Download the Extension

    [color:#FF0000]Please Donate:[/color]
    Please Donate for more extensions

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Pharanygitis's Avatar
    Join Date
    Aug 2006
    Location
    Germany
    Posts
    1,037
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Beta] BlumBlumShub

    This Extension is released:
    http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=240552&#Post240 552

Similar Threads

  1. Has 2.5 been released?
    By droberson in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 22nd October 2013, 07:08 PM
  2. Was this ever released?
    By XStar in forum Extension Development
    Replies: 5
    Last Post: 2nd March 2013, 11:16 PM
  3. Released App
    By Arnax in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 6th April 2012, 07:52 AM
  4. BlumBlumShub
    By Pharanygitis in forum SWF/Flash Extensions
    Replies: 0
    Last Post: 21st July 2011, 08:47 AM
  5. Onu v1.16 Released
    By TwiTerror in forum Extension Development
    Replies: 11
    Last Post: 14th March 2011, 11:11 AM

Posting Permissions

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