Robert Koslover
            Certified Consultant
            
           
           
          
          
           
            Please login with a confirmed email address before reporting spam
            
           
           
          
          
           Posted:
           8 months ago
           2024年1月6日 GMT+1 17:59
          
          
           Updated:
           8 months ago
           2024年1月6日 GMT+1 18:01
          
          
           Interpretation 1: I'm fairly sure that the number of random numbers that are output matches the number of points {the (x,y,z) values} that you feed it. Think of it like any other function, e.g., w=sin(q). If you evaluate that atNvalues of q, you will obtainNvalues of w (not necessarily unique values, of course). Does that help?
           Interpretation 2: Did you actually mean to ask how many random numbers will Comsol's random number function generate (with a fixed seed, or maybe a random seed)beforeit starts to exhibitnon-randombehavior? That is a much more subtle question. I don't know. Here is a generic discussion, if you are interested: https://en.wikipedia.org/wiki/Random_number_generation .
-------------------
           
Scientific Applications & Research Associates (SARA) Inc.
           
           
www.comsol.com/partners-consultants/certified-consultants/sara
           
          
           Interpretation 1: I'm fairly sure that the number of random numbers that are output matches the number of points {the (x,y,z) values} that you feed it. Think of it like any other function, e.g., w=sin(q). If you evaluate that at *N* values of q, you will obtain *N* values of w (not necessarily unique values, of course). Does that help? Interpretation 2: Did you actually mean to ask how many random numbers will Comsol's random number function generate (with a fixed seed, or maybe a random seed) *before* it starts to exhibit *non-random* behavior? That is a much more subtle question. I don't know. Here is a generic discussion, if you are interested: https://en.wikipedia.org/wiki/Random_number_generation .