+ Reply to Thread
Results 1 to 7 of 7

Thread: TRNG = True Random Number Generator

  1. #1
    luckystrike is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    Sweden
    Posts
    14

    Default TRNG = True Random Number Generator

    TRNG = True Random Number Generator.

    The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs.

    TRNGs is the very beast for:
    - Lotteries and Draws
    - Games and Gambling
    - Security (e.g., generation of data encryption keys)



    Here is the link:
    RANDOM.ORG - True Random Number Service

    Here you just click at numbers and download txt files with a size of 10.000

    For baccarat you should download 1 and 2.
    The files will look like this and are the same thing as Banker and Player.

    Code:
    1 L 1 -1
    1 W 1 0
    1 W 1 +1
    2 L 1 0    
    2 W 1 +1    
    2 W 1 +2    
    1 L 1 +1
    2 W 1 +2
    1 L 1 +1
    2 W 1 +2
    2 W 1 +3    
    1 L 1 +2
    2 W 1 +3            
    1 L 1 +2    
    1 L 1 +1
    1 W 1 +2    
    2 L 1 +1    
    2 L 1 0    
    2 W 1 +1            
    2 W 1 +2        
    2 W 1 +3    
    2 W 1 +4            
    2 W 1 +5    
    2 W 1 +6
    1 L 1 +5         
    2 W 1 +6                
    1 L 1 +5            
    2 W 1 +6    
    2 W 1 +7    
    2 W 1 +8        
    2 W 1 +9        
    1 L 1 +8    
    2 W 1 +9    
    2 W 1 +10        
    1 L 1 +9
    2 W 1 +10    
    2 W 1 +11
    2 W 1 +12
    2 W 1 +13
    2 W 1 +14    
    1 L 1 +13    
    2 W 1 +14    
    1 L 1 +13    
    2 W 1 +14    
    2 W 1 +15    
    1 L 1 +14    
    1 L 1 +13    
    1 W 1 +14    
    2 L 1 +13    
    2 L 1 +12        
    2 W 1 +13     
    1 L 1 +12
    1 L 1 +11    
    2 L 1 +10    
    1 L 2 +8
    2 W 2 +10    
    2 W 2 +12        
    2 W 1 +13
    1 L 1 +12
    1 L 1 +11    
    1 W 1 +12
    1 W 1 +13    
    1 W 1 +14            
    2 L 1 +13         
    2 L 1 +12
    1 L 1 +11            
    1 W 2 +13                
    1 W 1 +14            
    2 L 1 +13    
    1 W 1 +14
    2 L 1 +13        
    2 L 1 +12    
    1 L 1 +11
    1 W 1 +12    
    2 L 1 +11    
    1 W 1 +12
    1 W 1 +13
    1 W 1 +14    
    2 L 1 +13
    1 W 1 +14
    Cheers LS
    Last edited by luckystrike; 02-12-2009 at 02:23 AM.

  2. #2
    lilochik is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    colorado
    Age
    45
    Posts
    13

    Default Re: TRNG = True Random Number Generator

    Luckystrike,

    Can you explain more about the W/L column? Are you using the random # as the possible outcome of B/P and applying somekind of strategy for an outcome of W/L?

    Thanks,

  3. #3
    luckystrike is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    Sweden
    Posts
    14

    Default Re: TRNG = True Random Number Generator

    Hi lilochik i was in an hurry when i made that LW Registry, its just an sampel.

    I can make an more specific post about it later if you want...

    Cheers LS
    Last edited by luckystrike; 02-12-2009 at 11:36 AM.

  4. #4
    lilochik is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    colorado
    Age
    45
    Posts
    13

    Default Re: TRNG = True Random Number Generator

    Yes I would be interested to read the details. Thanks much

  5. #5
    Breeze88 is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    Austria
    Age
    27
    Posts
    1

    Default Re: TRNG = True Random Number Generator

    Hi All

    i also like this site where you can gain Baccart results with some more detailed views...

    Baccarat ( result only )


    by the way , i do some testings by trending the shoes in adifferent way then looking for patterns , i use a system that transforms the shoe/hands into
    a stockmarket point and figure chart.... if someone is interrested in testing it also PM me..

    cheerz

  6. #6
    tee kong kia is offline BaccaratForums Member
    Join Date
    Feb 2009
    Location
    Singapore
    Posts
    23

    Default Re: TRNG = True Random Number Generator

    Quote Originally Posted by luckystrike View Post
    Hi lilochik i was in an hurry when i made that LW Registry, its just an sampel.

    I can make an more specific post about it later if you want...

    Cheers LS
    This is the method I have been waiting so long for.Hope to see it soon

  7. #7
    GEOTT is offline BaccaratForums Member
    Join Date
    Apr 2009
    Location
    France
    Age
    49
    Posts
    7

    Default Re: TRNG = True Random Number Generator

    According to the Wizard of Odds the probability for Player is exactly
    49.317563% then in order to get decisions which will fall within this
    ratio you'll get a list of numbers from random.org that goes from
    1..100000000 ( eight zeros)

    Select All >>> Copy

    Paste into Excel in column A1 then enter this formula in cell B1:
    =IF(A1<49317563;"P";"B")

    Then click in cell B1 and drag down to the last cell



+ Reply to Thread

Similar Threads

  1. True Bet Phonenix experience and this is how I won..
    By Joker in forum Shooting the Breeze
    Replies: 38
    Last Post: 04-11-2011, 12:43 PM
  2. 6 Step Martingale beat Random Game via Random
    By sparkart in forum Baccarat Discussion
    Replies: 45
    Last Post: 01-28-2011, 02:37 AM
  3. Number of naturals
    By fulkgl in forum Baccarat Discussion
    Replies: 2
    Last Post: 02-23-2010, 12:32 PM
  4. Random Number generator
    By Bambura in forum Baccarat Discussion
    Replies: 5
    Last Post: 05-28-2009, 06:52 AM
  5. Someone Stole My Curry: Funny True Story
    By Farttropink in forum Shooting the Breeze
    Replies: 0
    Last Post: 05-15-2008, 01:51 PM

Posting Permissions

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