Trond Michelsen wrote: > I realize that memoization isn't something you want to do on functions > that may return different results with the same input. However I'm a bit > curious of when these functions are useful in sort(), >... > sort {rand($a) <=> rand($b)} @nums; Right. > Will the above generate a more random list than this? No, it will generate a more crashed perl. -- John Porter
- Re: Schwartzian Transform James Mastros
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Russ Allbery
- Re: Schwartzian Transform Dan Sugalski
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Dan Sugalski
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Dan Sugalski
- Re: Schwartzian Transform Trond Michelsen
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Dan Sugalski
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Johan Vromans
- Re: Schwartzian Transform Edward Peschko
- Re: Schwartzian Transform Zenon Zabinski
- Re: Schwartzian Transform John Porter
- Re: Schwartzian Transform Brent Dax
- Re: Schwartzian Transform Randal L. Schwartz
- Re: Schwartzian Transform Dan Brian
- Re: Schwartzian Transform Randal L. Schwartz