Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在の日から 10 日から 30 日後の任意の日付を生成しようとしていますが、生成された日は土曜日と日曜日であってはなりません。私はかなり多くの検索を行っていますが、これに対する解決策は見つかりませんでした。
試す:
repeat day <- pickRandomDay(10 ... 30) until (not satOrSun(day)) return day
ループを何度も繰り返すことはありません。