views:

45

answers:

1

i expect a long array containing integers [3,7,7,7,7,1....]

but the overall distribution should be skewed and normal.

using random() generates a uniform distribution.....

+1  A: 
Matthias Wandel