Forum Discussion
Dicken
2 months agoPost Prodigy
Non volatile random numbers between
Hi, is there a way to create a stablel random list bwtween, two numbers; so a staable list 1 to 10 could be = List.Transform(
List.Random( 20,1), (x)=>
Number.IntegerDivide( ( x * ...
- 2 months ago
You are missing the +min at the end to make it start from 97. If you run yours, the numbers won't start from min. Check the one I have shared for ten values (Count):
If this is not what you are looking for, please describe the ouput you are imaging for the function.
Regards
anilelmastasi
2 months agoSuper User
Hello Dicken ,
Can you try List.Random function?
You can check this.
If this solved your issue, please mark it as the accepted solution. ✅