Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array#sample に random オプションを使う例を追加 #2917

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

osyoyu
Copy link
Contributor

@osyoyu osyoyu commented Nov 8, 2024

Array#samplerandom オプションで乱数生成器を指定する例を追加します。
SecureRandom を使う場合、インスタンスではなくクラスを渡さなければならないことを分かりやすくするねらいです。

実際には require 'securerandom' しなければ動かないコードになりますが、このような場合どのように表記すればよいでしょう。

@znz
Copy link
Member

znz commented Nov 9, 2024

実際には require 'securerandom' しなければ動かないコードになりますが、このような場合どのように表記すればよいでしょう。

#433 の説明にあるように require を足してください。

既存の require 不要な例と分離するために、別の #@samplecode#@end にすると良いかもしれません。

@osyoyu osyoyu force-pushed the array-sample-random-example branch from 87811ba to e374a32 Compare November 9, 2024 07:57
@osyoyu
Copy link
Contributor Author

osyoyu commented Nov 9, 2024

既存の require 不要な例と分離するために、別の #@samplecode#@end にすると良いかもしれません。

ありがとうございます。そのようにしてみました。

Copy link
Member

@znz znz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ありがとうございます。

@znz znz merged commit bd832c8 into rurema:master Nov 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants