Page 2 of 6 FirstFirst
1
2
3
4
... LastLast
  1. #21
    Deleted
    Quote Originally Posted by Prince Oberyn Martell View Post
    when we go into quantum physics doesn't science at that microscopic level become a field of probability instead of certainty and cause and reactions?
    Our model is probabilistic. The underlying "reality" could be something else, far as I know. Quotations because the bridge model-reality is a mater of philosophic dispute.

  2. #22
    Quote Originally Posted by rym View Post
    It fills the double precision variable a with the infinity placeholder.


    Don't waste your time, it's casting pearls before swine.

  3. #23
    It can if it's hooked up to the right hardware, a radiation random number generator

    http://www.blackcatsystems.com/GM/random.html
    .

    "This will be a fight against overwhelming odds from which survival cannot be expected. We will do what damage we can."

    -- Capt. Copeland

  4. #24
    Deleted
    Quote Originally Posted by StayTuned View Post
    Don't waste your time, it's casting pearls before swine.
    Sorry, i just tried to show infinity exists in computer languages

  5. #25
    Banned Jayburner's Avatar
    10+ Year Old Account
    Join Date
    Jun 2011
    Location
    every one of my key strokes is actually a brush stroke on the canvas that is the off-topic forum
    Posts
    5,962
    you guys know nothing. I will go to bed as usual not knowing anything.

  6. #26
    The Unstoppable Force Puupi's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Finland
    Posts
    23,402
    Quote Originally Posted by rym View Post
    It fills the double precision variable a with the infinity placeholder.
    That sounds like something Chewie does to Millenium Falcon when it fails to jump to hyperspace.
    Quote Originally Posted by derpkitteh View Post
    i've said i'd like to have one of those bad dragon dildos shaped like a horse, because the shape is nicer than human.
    Quote Originally Posted by derpkitteh View Post
    i was talking about horse cock again, told him to look at your sig.

  7. #27
    It's open for debate if true randomness really exists at all. Perhaps in quantum processes, but likely those processes are just governed by things we do not understand yet and the apparant randomness is just due to our lack of knowledge, the same way a computer can make seemingly random numbers. But computers certainly cannot create a truly random number as all their algorithms are at a very basic level, deterministic. For any real practical human purpose, a computer can generate numbers that are "random enough" in that no human could predict or discern the pattern, even if they knew the exact algorithm. But if you ran that algorithm enough times and had another computer analyzing with access to the same variables, it could determine the pattern.

    Though if we can determine that some quantum processes are truly random, a quantum computer of the future should be able to accomplish the task of generating truly random numbers.
    Last edited by BananaHandsB; 2017-05-01 at 09:28 PM.

  8. #28
    Quote Originally Posted by rym View Post
    Sorry, i just tried to show infinity exists in computer languages
    No problem, I just don't know enough to understand what you're talking about. Good to know that infinity exists in computers. Probably not as set values but rather as a value that can be drawn from a nonspecific range?

  9. #29
    Radioactive decay is random. You could build a machine with detectors and radioactive material inside. Then you need a formula to project the accumulated data onto the interval of numbers you want a random number out of.

  10. #30
    technically no, but effectively yes

  11. #31
    Deleted
    Quote Originally Posted by StayTuned View Post
    No problem, I just don't know enough to understand what you're talking about. Good to know that infinity exists in computers. Probably not as set values but rather as a value that can be drawn from a nonspecific range?
    Actually, you cant do any useful operations with the infinity value. Trying to use it in calculations leads to an exception. In most cases, and based on which compiler you are using.

  12. #32
    Quote Originally Posted by Hubcap View Post
    It can if it's hooked up to the right hardware, a radiation random number generator

    http://www.blackcatsystems.com/GM/random.html
    This isn't a computer generating a random number, but simply sampling data from a "random" source. I put random in quotes though as it could be argued we just do not understand radiation and quantum effects thoroughly enough to be able to conclude if there is actually a complex non-random process governing the behavior, it just appears random to us the same way a computer algorithm can appear to generate random numbers.

  13. #33
    The Unstoppable Force Puupi's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Finland
    Posts
    23,402
    Quote Originally Posted by StayTuned View Post
    No problem, I just don't know enough to understand what you're talking about. Good to know that infinity exists in computers. Probably not as set values but rather as a value that can be drawn from a nonspecific range?
    Infinity exists in computers just as it exists outside computers with us humans. The big difference is like when you went to a toy store with your mom as a kid and she told you that you can freely choose whatever toy you want - and you shout "really?!" back to her in awe.....a computer doesn't ask "really?!".
    Quote Originally Posted by derpkitteh View Post
    i've said i'd like to have one of those bad dragon dildos shaped like a horse, because the shape is nicer than human.
    Quote Originally Posted by derpkitteh View Post
    i was talking about horse cock again, told him to look at your sig.

  14. #34
    Quote Originally Posted by rym View Post
    Actually, you cant do any useful operations with the infinity value. Trying to use it in calculations leads to an exception. In most cases, and based on which compiler you are using.
    Then what's the point of it?

  15. #35
    The Insane Masark's Avatar
    10+ Year Old Account
    Join Date
    Oct 2011
    Location
    Canada
    Posts
    17,976
    Yes, you just require some kind of non-deterministic phenomenon (shot noise, radio noise, thermal noise, radioactive decay, etc.) it can draw randomness from. This is how hardware random number generators work.

    Beyond that, no, because computers are (supposed to be) deterministic. But functions exist that will give you close-enough-for-most-purposes pseudorandom numbers.
    Last edited by Masark; 2017-05-01 at 09:29 PM.

    Warning : Above post may contain snark and/or sarcasm. Try reparsing with the /s argument before replying.
    What the world has learned is that America is never more than one election away from losing its goddamned mind
    Quote Originally Posted by Howard Tayler
    Political conservatism is just atavism with extra syllables and a necktie.
    Me on Elite : Dangerous | My WoW characters

  16. #36
    Quote Originally Posted by Nixx View Post
    What if I told you that randomness is a myth and all events are governed by strict cause and effect, though in some cases the pattern of causation is too complex for us to understand or otherwise unknown to us?
    See, you can't actually know that.
    But probably, yes.

  17. #37
    The Unstoppable Force PC2's Avatar
    7+ Year Old Account
    Join Date
    Feb 2015
    Location
    California
    Posts
    21,877
    You can buy physically unclonable function (PUF) chips. But its not clear whether we could ever generate true random numbers.

  18. #38
    Computers collect entropy from devices, like device temperatures. They are random enough, but truly random? God knows...

    Quote Originally Posted by StayTuned View Post
    what does it do?
    It always gives you true when compared with > operator.

  19. #39
    Deleted
    Quote Originally Posted by StayTuned View Post
    Then what's the point of it?
    Mainly comparisons. If result is infinte then..

  20. #40
    Banned Jayburner's Avatar
    10+ Year Old Account
    Join Date
    Jun 2011
    Location
    every one of my key strokes is actually a brush stroke on the canvas that is the off-topic forum
    Posts
    5,962
    I don't know why. It's nice to see people think about this. We could have new internet if figured out.

Posting Permissions

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