Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: PRNG/TRNG Cesaro's theorem

by wjw (Priest)
on Oct 08, 2017 at 04:45 UTC ( [id://1200937]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     for $i ( 1 .. 1000) {
         $AoA[$i] = [ somefunc($i) ];
     }
    
  2. or download this
     foreach my @pair (@lori) {
         if( my_gcd_func(@pair) = 2) {
               $result++;
         };
    }
    
  3. or download this
    if( $result = 6/(3.1415926 * 3.141596) ) {
          do whatever you need to do to meet assignment requirements
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1200937]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found