Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Visualize the noise sphere of a set of random numbers
ResourceFunction["NoiseSphere"][{r1,…,rn}] plots Pickover's noise sphere visualization of the numbers ri. |
Noise sphere of the IBM RANDU generator; the structured appearance suggests unwanted correlations:
In[2]:= |
|
Out[2]= |
|
Noise sphere of a linear congruential generator from L'Ecuyer:
In[3]:= |
|
Out[3]= |
|
Noise sphere of the legacy pseudorandom number generator used by the Wolfram Language:
In[4]:= |
|
Out[4]= |
|
The following shows an example of a poor pseudorandom sequence:
In[5]:= |
|
Out[5]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License