
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
This is what worked for me, Thanks WHRoeder
Say for example I have a range of numbers I can use from 1 - 10 ok.
What I actually want is unique sequences of that range, ie.
10,9,7,8,4,6,5,1,3,2
2,1,4,3,5,6,7,8,9,10
I know you can shuffle arrays but how do get uniques shuffles with maybe a seed number like srand to create
random groups of numbers between 10 and 1?
Thanks in advance
here is another example to get random value from a numbers list.
every time value change when this function execute. randCell get value from you list
i hope it will help you