0

Is there a way to sort my OmniOutliner columns by a random value for something like picking students in your class at random for groups?

basheps
  • 101

1 Answers1

1

To get a random number, use rand() (as seen here). Then sort by the random numbers.

soandos
  • 24,600
  • 29
  • 105
  • 136