Forum Discussion

Dicken's avatar
Dicken
Post Prodigy
1 year ago
Solved

Crate Non volatile random list

Hello,   Is there a way to create a fixed random list of numbers;   so example ;                   List.Transform( List.Repeat({1} ,20 ) , (x)=>                                      Number.Rou...
  • adudani's avatar
    1 year ago

    Hi Dicken ,

     

    If you specify a random seed, the List.Random numbers generated should be the same regardless of refresh.

     

    let me know if I understood the query