Forum Discussion

Dicken's avatar
Dicken
Post Prodigy
2 months ago
Solved

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 * ...
  • ibarrau's avatar
    ibarrau
    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