tokiwa-software / fuzion-idioms

Idioms from https://www.programming-idioms.org implemented in the Fuzion language.
Other
3 stars 3 forks source link

add idiom 317 Random string #161

Closed simonvonhackewitz closed 3 months ago

simonvonhackewitz commented 3 months ago

How should the random expected_out be handled?

michaellilltokiwa commented 3 months ago

As discussed, you need to install a custom random handler with a fixed seed. Then run the code in the context of a random with the custom handler.