Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: PRNG/TRNG Cesaro's theorem

by RonW (Parson)
on Oct 09, 2017 at 22:50 UTC ( [id://1201057]=note: print w/replies, xml ) Need Help??


in reply to Re^2: PRNG/TRNG Cesaro's theorem
in thread PRNG/TRNG Cesaro's theorem

I dont know how to write it so it generates the numbers in pairs however.

In your loop, call the RNG twice:

for (1 .. 500) { my $x = rng(); my $y = rng(); ... }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-03-28 15:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found